Categories |
CategoriesCoreNLP Business Logic Libraries Machine Learning Natural Language Processing |
---|---|
GroupId | GroupIdorg.maochen.nlp |
ArtifactId | ArtifactIdCoreNLP-NLP |
Version | Version1.0.16-RC1 |
Type | Typejar |
Filename | Size |
---|---|
CoreNLP-NLP-1.0.16-RC1.pom | |
CoreNLP-NLP-1.0.16-RC1.jar | 1 MB |
CoreNLP-NLP-1.0.16-RC1-sources.jar | 1 MB |
CoreNLP-NLP-1.0.16-RC1-javadoc.jar | 352 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.maochen.nlp/CoreNLP-NLP/ -->
<dependency>
<groupId>org.maochen.nlp</groupId>
<artifactId>CoreNLP-NLP</artifactId>
<version>1.0.16-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/org.maochen.nlp/CoreNLP-NLP/
implementation 'org.maochen.nlp:CoreNLP-NLP:1.0.16-RC1'
// https://jarcasting.com/artifacts/org.maochen.nlp/CoreNLP-NLP/
implementation ("org.maochen.nlp:CoreNLP-NLP:1.0.16-RC1")
'org.maochen.nlp:CoreNLP-NLP:jar:1.0.16-RC1'
<dependency org="org.maochen.nlp" name="CoreNLP-NLP" rev="1.0.16-RC1">
<artifact name="CoreNLP-NLP" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.maochen.nlp', module='CoreNLP-NLP', version='1.0.16-RC1')
)
libraryDependencies += "org.maochen.nlp" % "CoreNLP-NLP" % "1.0.16-RC1"
[org.maochen.nlp/CoreNLP-NLP "1.0.16-RC1"]