<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
  <groupId>com.github.gkonovalov.android-vad</groupId>
  <artifactId>silero</artifactId>
  <version>2.0.9</version>
  <packaging>aar</packaging>
  <name>gkonovalov/android-vad</name>
  <description>Android Voice Activity Detection (VAD) library. Supports WebRTC VAD GMM, Silero VAD DNN, Yamnet VAD DNN models. </description>
  <url>https://github.com/gkonovalov/android-vad</url>
  <inceptionYear>2019</inceptionYear>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>https://api.github.com/licenses/mit</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>gkonovalov</id>
      <name>George Konovalov </name>
      <email></email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git://github.com/gkonovalov/android-vad.git</connection>
    <developerConnection>scm:git://github.com/gkonovalov/android-vad.git</developerConnection>
    <url>git://github.com/gkonovalov/android-vad.git</url>
  </scm>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>org.jetbrains.kotlin</groupId>
        <artifactId>kotlin-bom</artifactId>
        <version>2.0.21</version>
        <type>pom</type>
        <scope>import</scope>
      </dependency>
    </dependencies>
  </dependencyManagement>
  <dependencies>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib</artifactId>
      <version>1.9.21</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.microsoft.onnxruntime</groupId>
      <artifactId>onnxruntime-android</artifactId>
      <version>1.20.0</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
