MVN

com.tradeshift : blayze

Maven & Gradle

Jul 26, 2022
19 stars

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

<dependency>
    <groupId>com.tradeshift</groupId>
    <artifactId>blayze</artifactId>
    <version>6.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.tradeshift : blayze to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.1.0

All Versions

Choose a version of com.tradeshift : blayze to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.1.x
blayze-6.1.0
6.0
blayze-6.0
5.0
blayze-5.0
4.2.x
blayze-4.2.3
4.1.x
blayze-4.1.1
4.0.x
blayze-4.0.1
blayze-4.0.0
3.0.x
blayze-3.0.0
2.0.x
blayze-2.0.0
1.0.x
blayze-1.0.4
blayze-1.0.3
blayze-1.0.2
blayze-1.0.1
blayze-1.0.0

How to add a dependency to Maven

Add the following com.tradeshift : blayze maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.tradeshift</groupId>
    <artifactId>blayze</artifactId>
    <version>6.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.tradeshift : blayze gradle dependency to your build.gradle file:

implementation 'com.tradeshift:blayze:6.1.0'

Gradle Kotlin DSL: Add the following com.tradeshift : blayze gradle kotlin dependency to your build.gradle.kts file:

implementation("com.tradeshift:blayze:6.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.tradeshift : blayze sbt scala dependency to your build.sbt file:

libraryDependencies += "com.tradeshift" % "blayze" % "6.1.0"