License |
License |
---|---|
GroupId | GroupIdcom.tradeshift |
ArtifactId | ArtifactIdblayze |
Version | Version6.0 |
Type | Typejar |
Description |
Descriptionblayze
A fast and flexible Naive Bayes implementation for the JVM written in Kotlin
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
blayze-6.0.pom | |
blayze-6.0.jar | 207 KB |
blayze-6.0-sources.jar | 39 KB |
blayze-6.0-javadoc.jar | 235 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tradeshift/blayze/ -->
<dependency>
<groupId>com.tradeshift</groupId>
<artifactId>blayze</artifactId>
<version>6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.tradeshift/blayze/
implementation 'com.tradeshift:blayze:6.0'
// https://jarcasting.com/artifacts/com.tradeshift/blayze/
implementation ("com.tradeshift:blayze:6.0")
'com.tradeshift:blayze:jar:6.0'
<dependency org="com.tradeshift" name="blayze" rev="6.0">
<artifact name="blayze" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tradeshift', module='blayze', version='6.0')
)
libraryDependencies += "com.tradeshift" % "blayze" % "6.0"
[com.tradeshift/blayze "6.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.3.21 |
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.3.21 |
org.jetbrains : annotations | jar | 13.0 |
com.google.protobuf : protobuf-java | jar | 3.5.1 |
colt : colt | jar | 1.2.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
io.mockk : mockk | jar | 1.9.1 |
io.mockk : mockk-dsl-jvm | jar | 1.9.1 |