MVN

com.github.johnlangford : vw-jni

Maven & Gradle

Aug 17, 2017
3 usages
8.2k stars

Vowpal Wabbit JNI Layer · A wrapper around Vowpal Wabbit that allows use through Java. This wrapper requires that the vw_jni platform specific library is installed on your java.library.path.

<dependency>
    <groupId>com.github.johnlangford</groupId>
    <artifactId>vw-jni</artifactId>
    <version>8.4.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.johnlangford : vw-jni to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 8.4.1

All Versions

Choose a version of com.github.johnlangford : vw-jni to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.4.x
vw-jni-8.4.1
8.2.x
vw-jni-8.2.0
8.1.x
vw-jni-8.1.0
8.0.x
vw-jni-8.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.johnlangford</groupId>
    <artifactId>vw-jni</artifactId>
    <version>8.4.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.johnlangford : vw-jni gradle dependency to your build.gradle file:

implementation 'com.github.johnlangford:vw-jni:8.4.1'

Gradle Kotlin DSL: Add the following com.github.johnlangford : vw-jni gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.johnlangford:vw-jni:8.4.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.johnlangford : vw-jni sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.johnlangford" % "vw-jni" % "8.4.1"

Advertisement