Skip to content

Commit 77736ca

Browse files
Update README.md
1 parent 86c9f31 commit 77736ca

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,15 @@ Darts-clone has the following features.
2323

2424
You can find details in the Javadoc.
2525

26+
To compile an application with jdartsclone, declare a dependency on it in maven project.
27+
28+
```
29+
<dependency>
30+
<groupId>com.worksap.nlp</groupId>
31+
<artifactId>jdartsclone</artifactId>
32+
<version>1.0.1</version>
33+
</dependency>
34+
```
2635

2736
## Licenses
2837

0 commit comments

Comments
 (0)