| Categories | CategoriesNet Other General Purpose Libraries | 
|---|---|
| GroupId | GroupIdcom.sun.bigbrother.javanet | 
| ArtifactId | ArtifactIdnaivebayes-classifier | 
| Last Version | Last Version1.2 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionnaivebayes-classifier | 
<!-- https://jarcasting.com/artifacts/com.sun.bigbrother.javanet/naivebayes-classifier/ -->
<dependency>
    <groupId>com.sun.bigbrother.javanet</groupId>
    <artifactId>naivebayes-classifier</artifactId>
    <version>1.2</version>
</dependency>// https://jarcasting.com/artifacts/com.sun.bigbrother.javanet/naivebayes-classifier/
implementation 'com.sun.bigbrother.javanet:naivebayes-classifier:1.2'// https://jarcasting.com/artifacts/com.sun.bigbrother.javanet/naivebayes-classifier/
implementation ("com.sun.bigbrother.javanet:naivebayes-classifier:1.2")'com.sun.bigbrother.javanet:naivebayes-classifier:jar:1.2'<dependency org="com.sun.bigbrother.javanet" name="naivebayes-classifier" rev="1.2">
  <artifact name="naivebayes-classifier" type="jar" />
</dependency>@Grapes(
@Grab(group='com.sun.bigbrother.javanet', module='naivebayes-classifier', version='1.2')
)libraryDependencies += "com.sun.bigbrother.javanet" % "naivebayes-classifier" % "1.2"[com.sun.bigbrother.javanet/naivebayes-classifier "1.2"]| Group / Artifact | Type | Version | 
|---|---|---|
| com.sun.bigbrother : ci-bayes | jar | 1.0.9-patch-1 | 
| javanettasks : javanettasks | jar | 1.0.18 | 
| com.sun.bigbrother.javanet : classifier-api | jar | 1.0 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 3.8.1 |