MVN

com.github.vowpalwabbit : vw-jni

Maven & Gradle

Jul 19, 2023
3 usages
8.3k 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. In case the libary is not found, it tries to load it from the jar file directly.

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

Latest Version

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

  • Latest Stable: 9.9.0

All Versions

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

Version Vulnerabilities Updated
9.9.x
vw-jni-9.9.0
9.8.x
vw-jni-9.8.0
9.7.x
vw-jni-9.7.0
9.6.x
vw-jni-9.6.0
9.5.x
vw-jni-9.5.0
9.4.x
vw-jni-9.4.0
9.3.x
vw-jni-9.3.0
9.2.x
vw-jni-9.2.0
9.1.x
vw-jni-9.1.0
9.0.x
vw-jni-9.0.1
vw-jni-9.0.0
8.11.x
vw-jni-8.11.0
8.10.x
vw-jni-8.10.2
vw-jni-8.10.0
8.9.x
vw-jni-8.9.1
vw-jni-8.9.0
8.8.x
vw-jni-8.8.1
8.7.x
vw-jni-8.7.0.3
vw-jni-8.7.0.2
vw-jni-8.7.0.1
vw-jni-8.7.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.vowpalwabbit</groupId>
    <artifactId>vw-jni</artifactId>
    <version>9.9.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.vowpalwabbit:vw-jni:9.9.0'

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

implementation("com.github.vowpalwabbit:vw-jni:9.9.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.vowpalwabbit" % "vw-jni" % "9.9.0"

Advertisement

Dependencies from Group

Jul 19, 2023
3 usages
8.3k stars

Discover Dependencies

Dec 24, 2022
0 stars
Jul 03, 2019
405 stars
Apr 26, 2023
719 stars
Aug 22, 2023
9 stars
Feb 27, 2023
12 stars
Mar 10, 2023
7 usages
561 stars
May 08, 2023
11 stars
Aug 21, 2019
Dec 27, 2021
2 usages
0 stars