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