Skip to content

Commit 6c4ed11

Browse files
authored
update readme with standard maven dependancy
update readme with standard maven dependancy
1 parent cef0da8 commit 6c4ed11

File tree

1 file changed

+4
-17
lines changed

1 file changed

+4
-17
lines changed

README.md

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,29 +4,16 @@ A Java Naive Bayes Classifier that works in-memory or on RocksDB fast key-value
44
Maven Quick-Start
55
------------------
66

7-
This Java Naive Bayes Classifier on RocksDB can be installed via the jitpack repository. Make sure to add it to your buildfile first.
8-
9-
```xml
10-
<repositories>
11-
<repository>
12-
<id>jitpack.io</id>
13-
<url>https://jitpack.io</url>
14-
</repository>
15-
</repositories>
16-
```
17-
18-
Then, treat it as any other dependency.
7+
This Java Naive Bayes Classifier on RocksDB can be installed as any other dependency.
198

209
```xml
2110
<dependency>
22-
<groupId>com.github.namsor</groupId>
23-
<artifactId>Java-Naive-Bayes-LevelDB</artifactId>
24-
<version>v1.0.0</version>
11+
<groupId>com.namsor</groupId>
12+
<artifactId>Java-Naive-Bayes-Classifier-JNBC</artifactId>
13+
<version>v2.0.1</version>
2514
</dependency>
2615
```
2716

28-
For other build-tools (e.g. gradle), visit https://jitpack.io for configuration snippets.
29-
3017
Example
3118
------------------
3219

0 commit comments

Comments
 (0)