GroupId | GroupIdorg.cleartk |
---|---|
ArtifactId | ArtifactIdcleartk-ml-crfsuite |
Version | Version0.2.1 |
Type | Typejar |
Filename | Size |
---|---|
cleartk-ml-crfsuite-0.2.1.pom | |
cleartk-ml-crfsuite-0.2.1.jar | 867 KB |
cleartk-ml-crfsuite-0.2.1-sources.jar | 864 KB |
cleartk-ml-crfsuite-0.2.1-javadoc.jar | 57 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.cleartk/cleartk-ml-crfsuite/ -->
<dependency>
<groupId>org.cleartk</groupId>
<artifactId>cleartk-ml-crfsuite</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.cleartk/cleartk-ml-crfsuite/
implementation 'org.cleartk:cleartk-ml-crfsuite:0.2.1'
// https://jarcasting.com/artifacts/org.cleartk/cleartk-ml-crfsuite/
implementation ("org.cleartk:cleartk-ml-crfsuite:0.2.1")
'org.cleartk:cleartk-ml-crfsuite:jar:0.2.1'
<dependency org="org.cleartk" name="cleartk-ml-crfsuite" rev="0.2.1">
<artifact name="cleartk-ml-crfsuite" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cleartk', module='cleartk-ml-crfsuite', version='0.2.1')
)
libraryDependencies += "org.cleartk" % "cleartk-ml-crfsuite" % "0.2.1"
[org.cleartk/cleartk-ml-crfsuite "0.2.1"]