is not current version
Last Version 8.4.1

com.github.johnlangford:vw-jni 8.1.0

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.

GroupId

GroupId

com.github.johnlangford
ArtifactId

ArtifactId

vw-jni
Version

Version

8.1.0
Type

Type

jar

Download vw-jni 8.1.0


<!-- https://jarcasting.com/artifacts/com.github.johnlangford/vw-jni/ -->
<dependency>
    <groupId>com.github.johnlangford</groupId>
    <artifactId>vw-jni</artifactId>
    <version>8.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.johnlangford/vw-jni/
implementation 'com.github.johnlangford:vw-jni:8.1.0'
// https://jarcasting.com/artifacts/com.github.johnlangford/vw-jni/
implementation ("com.github.johnlangford:vw-jni:8.1.0")
'com.github.johnlangford:vw-jni:jar:8.1.0'
<dependency org="com.github.johnlangford" name="vw-jni" rev="8.1.0">
  <artifact name="vw-jni" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.johnlangford', module='vw-jni', version='8.1.0')
)
libraryDependencies += "com.github.johnlangford" % "vw-jni" % "8.1.0"
[com.github.johnlangford/vw-jni "8.1.0"]