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