openhab-addons/bundles/org.openhab.voice.whisperstt/pom.xml
GiviMAD bf822211d9
[WhisperSTT] Initial contribution (#15166)
Signed-off-by: Miguel Álvarez <miguelwork92@gmail.com>
Signed-off-by: GiviMAD <GiviMAD@users.noreply.github.com>
2024-06-23 13:31:05 +02:00

30 lines
965 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.openhab.addons.bundles</groupId>
<artifactId>org.openhab.addons.reactor.bundles</artifactId>
<version>4.2.0-SNAPSHOT</version>
</parent>
<artifactId>org.openhab.voice.whisperstt</artifactId>
<name>openHAB Add-ons :: Bundles :: Voice :: Whisper Speech-to-Text</name>
<dependencies>
<!--Deps -->
<dependency>
<groupId>io.github.givimad</groupId>
<artifactId>whisper-jni</artifactId>
<version>1.6.1</version>
</dependency>
<dependency>
<groupId>io.github.givimad</groupId>
<artifactId>libfvad-jni</artifactId>
<version>1.0.0-0</version>
</dependency>
</dependencies>
</project>