Jar examples for v:vw-jni
A wrapper around Vowpal Wabbit that allows use through Java. This wrapper is designed to be self contained. Because of the use of JNI, a number of platforms are supported in this JAR. If your platform is not supported please feel free to add it by modifying src/main/bin/build.sh accordingly.
You can download jar file vw-jni 8.1.0 in this page.
Vowpal Wabbit License
You can use the following script to add vw-jni-8.1.0.jar to your project.
<dependency> <groupId>com.github.johnlangford</groupId> <artifactId>vw-jni</artifactId> <version>8.1.0</version> </dependency>
compile group: 'com.github.johnlangford', name: 'vw-jni', version: '8.1.0'
libraryDependencies += "com.github.johnlangford" % "vw-jni" % "8.1.0"
<dependency org="com.github.johnlangford" name="vw-jni" rev="8.1.0"/>
@Grapes(@Grab(group='com.github.johnlangford', module='vw-jni', version='8.1.0'))
'com.github.johnlangford:vw-jni:jar:8.1.0'
Click the following link to download the jar file.
vw-jni-8.1.0-javadoc.jar