is not current version
Last Version 6.0

com.tradeshift:blayze 4.0.1

A fast and flexible Naive Bayes implementation for the JVM written in Kotlin

GroupId

GroupId

com.tradeshift
ArtifactId

ArtifactId

blayze
Version

Version

4.0.1
Type

Type

jar

Download blayze 4.0.1


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