Last Version

Vowpal Wabbit JNI Layer 8.4.1

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.

License

License

GroupId

GroupId

com.github.johnlangford
ArtifactId

ArtifactId

vw-jni
Version

Version

8.4.1
Type

Type

jar
Description

Description

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.
Project URL

Project URL

https://github.com/JohnLangford/vowpal_wabbit

Download vw-jni 8.4.1


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

Dependencies

test (3)

Group / Artifact Type Version
junit : junit jar 4.11
com.google.code.findbugs : jsr305 jar 3.0.2
com.google.guava : guava jar 16.0.1

Project Modules

There are no modules declared in this project.