is not current version
Last Version 6.0

com.tradeshift:blayze 2.0.0

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

GroupId

GroupId

com.tradeshift
ArtifactId

ArtifactId

blayze
Version

Version

2.0.0
Type

Type

jar

Download blayze 2.0.0


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