MVN

bz.turtle : readable

Maven & Gradle

Jul 02, 2019
4 stars

Turtle - Vowpal Wabbit model read/predict · A pure Java reader/predictor of Vowpal Wabbit readable model

<dependency>
    <groupId>bz.turtle</groupId>
    <artifactId>readable</artifactId>
    <version>2.0.11-BETA</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of bz.turtle : readable to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.11-BETA
  • Latest Beta: 2.0.11-BETA

All Versions

Choose a version of bz.turtle : readable to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
readable-2.0.11-BETA
readable-2.0.10-BETA
readable-2.0.9-BETA
readable-2.0.8-BETA
readable-2.0.7-BETA
readable-2.0.6-BETA
readable-2.0.5-BETA
readable-2.0.4-BETA
readable-2.0.3-BETA
readable-2.0.2-BETA
readable-2.0.1-BETA
1.2.x
readable-1.2.4-BETA
readable-1.2.3-BETA
readable-1.2.2-BETA
1.2
readable-1.2-BETA
1.1
readable-1.1-BETA
1.0
readable-1.0-BETA

How to add a dependency to Maven

Add the following bz.turtle : readable maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>bz.turtle</groupId>
    <artifactId>readable</artifactId>
    <version>2.0.11-BETA</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following bz.turtle : readable gradle dependency to your build.gradle file:

implementation 'bz.turtle:readable:2.0.11-BETA'

Gradle Kotlin DSL: Add the following bz.turtle : readable gradle kotlin dependency to your build.gradle.kts file:

implementation("bz.turtle:readable:2.0.11-BETA")

How to add a dependency to SBT Scala

SBT Scala: Add the following bz.turtle : readable sbt scala dependency to your build.sbt file:

libraryDependencies += "bz.turtle" % "readable" % "2.0.11-BETA"