GroupId | GroupIdorg.cleartk |
---|---|
ArtifactId | ArtifactIdcleartk-ml-opennlp-maxent |
Version | Version1.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.cleartk/cleartk-ml-opennlp-maxent/ -->
<dependency>
<groupId>org.cleartk</groupId>
<artifactId>cleartk-ml-opennlp-maxent</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.cleartk/cleartk-ml-opennlp-maxent/
implementation 'org.cleartk:cleartk-ml-opennlp-maxent:1.1.0'
// https://jarcasting.com/artifacts/org.cleartk/cleartk-ml-opennlp-maxent/
implementation ("org.cleartk:cleartk-ml-opennlp-maxent:1.1.0")
'org.cleartk:cleartk-ml-opennlp-maxent:jar:1.1.0'
<dependency org="org.cleartk" name="cleartk-ml-opennlp-maxent" rev="1.1.0">
<artifact name="cleartk-ml-opennlp-maxent" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cleartk', module='cleartk-ml-opennlp-maxent', version='1.1.0')
)
libraryDependencies += "org.cleartk" % "cleartk-ml-opennlp-maxent" % "1.1.0"
[org.cleartk/cleartk-ml-opennlp-maxent "1.1.0"]