r

readable

A pure Java reader/predictor of Vowpal Wabbit readable model
https://turtle.bz/
MIT
Borislav Nikolov Lucas Bernardi T Sheasha
Files download
File Operation
readable-2.0.11-BETA.jar download
readable-2.0.11-BETA.pom download
readable-2.0.11-BETA-sources.jar download
Apache Maven
<dependency>
  <groupId>bz.turtle</groupId>
  <artifactId>readable</artifactId>
  <version>2.0.11-BETA</version>
</dependency>
Gradle Groovy
implementation 'bz.turtle:readable:2.0.11-BETA'
Gradle Kotlin
implementation("bz.turtle:readable:2.0.11-BETA")
Scala SBT
libraryDependencies += "bz.turtle" % "readable" % "2.0.11-BETA"
Groovy Grape
@Grapes(
  @Grab(group='bz.turtle', module='readable', version='2.0.11-BETA')
)
Apache Ivy
<dependency org="bz.turtle" name="readable" rev="2.0.11-BETA" />
Leiningen
[bz.turtle/readable "2.0.11-BETA"]
Apache Buildr
'bz.turtle:readable:jar:2.0.11-BETA'