MVN

io.github.givimad : whisper-jni

Maven & Gradle

Jul 14, 2023
62 stars

whisper-jni · A JNI wrapper for [whisper.cpp](https://github.com/ggerganov/whisper.cpp), allows to transcribe speech to text in Java

<dependency>
    <groupId>io.github.givimad</groupId>
    <artifactId>whisper-jni</artifactId>
    <version>1.4.2-6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.givimad : whisper-jni to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.2-6

All Versions

Choose a version of io.github.givimad : whisper-jni to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
whisper-jni-1.4.2-6
whisper-jni-1.4.2-5
whisper-jni-1.4.2-4
whisper-jni-1.4.2-3
whisper-jni-1.4.2-2
whisper-jni-1.4.2-1
whisper-jni-1.4.2-0
whisper-jni-1.4.2

How to add a dependency to Maven

Add the following io.github.givimad : whisper-jni maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.givimad</groupId>
    <artifactId>whisper-jni</artifactId>
    <version>1.4.2-6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.givimad : whisper-jni gradle dependency to your build.gradle file:

implementation 'io.github.givimad:whisper-jni:1.4.2-6'

Gradle Kotlin DSL: Add the following io.github.givimad : whisper-jni gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.givimad:whisper-jni:1.4.2-6")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.givimad : whisper-jni sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.givimad" % "whisper-jni" % "1.4.2-6"