is not current version
Last Version 6.0

com.tradeshift:blayze 1.0.2

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

GroupId

GroupId

com.tradeshift
ArtifactId

ArtifactId

blayze
Version

Version

1.0.2
Type

Type

jar

Download blayze 1.0.2


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