is not current version
Last Version 6.0

com.tradeshift:blayze 5.0

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

GroupId

GroupId

com.tradeshift
ArtifactId

ArtifactId

blayze
Version

Version

5.0
Type

Type

jar

Download blayze 5.0


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