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