MVN

com.indeed : vw-wrapper

Maven & Gradle

Sep 11, 2018
50 stars

Vowpal Wabbit Wrapper · Vowpal wabbit is a very effective machine learning library (https://github.com/JohnLangford/vowpal_wabbit/wiki). It implements several state of art algorithms in a very efficient way. This java library provides a JNI OOP interface to vowpal wabbit. It depends only on log4j and guava. You don't need vowpal wabbit to be installed if you use this wrapper.

<dependency>
    <groupId>com.indeed</groupId>
    <artifactId>vw-wrapper</artifactId>
    <version>5.1.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.indeed : vw-wrapper to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.1.6

All Versions

Choose a version of com.indeed : vw-wrapper to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.1.x
vw-wrapper-5.1.6
vw-wrapper-5.1.3
vw-wrapper-5.1.2
vw-wrapper-5.1.1
1.0.x
vw-wrapper-1.0.2
vw-wrapper-1.0.1
vw-wrapper-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.indeed</groupId>
    <artifactId>vw-wrapper</artifactId>
    <version>5.1.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.indeed : vw-wrapper gradle dependency to your build.gradle file:

implementation 'com.indeed:vw-wrapper:5.1.6'

Gradle Kotlin DSL: Add the following com.indeed : vw-wrapper gradle kotlin dependency to your build.gradle.kts file:

implementation("com.indeed:vw-wrapper:5.1.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.indeed : vw-wrapper sbt scala dependency to your build.sbt file:

libraryDependencies += "com.indeed" % "vw-wrapper" % "5.1.6"

Advertisement

Dependencies from Group

Jun 21, 2023
19 usages
147 stars
Jun 21, 2023
13 usages
147 stars
Apr 20, 2016
7 usages
30 stars
Jun 21, 2023
7 usages
147 stars
Jun 21, 2023
6 usages
147 stars

Discover Dependencies

May 17, 2017
151 stars
Aug 08, 2023
31 usages
1.8k stars
May 17, 2020
2 usages
5 stars
Aug 25, 2023
32 usages
3.9k stars
Jun 01, 2017
4 usages
Nov 16, 2022
104 usages
721 stars
Jul 07, 2018
2 usages
6 stars
May 23, 2017
0 stars