We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86c9f31 commit 77736caCopy full SHA for 77736ca
1 file changed
README.md
@@ -23,6 +23,15 @@ Darts-clone has the following features.
23
24
You can find details in the Javadoc.
25
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
35
36
## Licenses
37
0 commit comments