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