Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.github.justhalf.nlp |
ArtifactId | ArtifactIdjava-nlp-toolkit |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
java-nlp-toolkit-0.1.0.pom | |
java-nlp-toolkit-0.1.0.jar | 40 KB |
java-nlp-toolkit-0.1.0-sources.jar | 16 KB |
java-nlp-toolkit-0.1.0-javadoc.jar | 163 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.justhalf.nlp/java-nlp-toolkit/ -->
<dependency>
<groupId>com.github.justhalf.nlp</groupId>
<artifactId>java-nlp-toolkit</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.justhalf.nlp/java-nlp-toolkit/
implementation 'com.github.justhalf.nlp:java-nlp-toolkit:0.1.0'
// https://jarcasting.com/artifacts/com.github.justhalf.nlp/java-nlp-toolkit/
implementation ("com.github.justhalf.nlp:java-nlp-toolkit:0.1.0")
'com.github.justhalf.nlp:java-nlp-toolkit:jar:0.1.0'
<dependency org="com.github.justhalf.nlp" name="java-nlp-toolkit" rev="0.1.0">
<artifact name="java-nlp-toolkit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.justhalf.nlp', module='java-nlp-toolkit', version='0.1.0')
)
libraryDependencies += "com.github.justhalf.nlp" % "java-nlp-toolkit" % "0.1.0"
[com.github.justhalf.nlp/java-nlp-toolkit "0.1.0"]