GroupId | GroupIdorg.openimaj |
---|---|
ArtifactId | ArtifactIdcore-feature |
Version | Version1.3.6 |
Type | Typejar |
Filename | Size |
---|---|
core-feature-1.3.6.pom | |
core-feature-1.3.6.jar | 296 KB |
core-feature-1.3.6-sources.jar | 152 KB |
core-feature-1.3.6-javadoc.jar | 873 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openimaj/core-feature/ -->
<dependency>
<groupId>org.openimaj</groupId>
<artifactId>core-feature</artifactId>
<version>1.3.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.openimaj/core-feature/
implementation 'org.openimaj:core-feature:1.3.6'
// https://jarcasting.com/artifacts/org.openimaj/core-feature/
implementation ("org.openimaj:core-feature:1.3.6")
'org.openimaj:core-feature:jar:1.3.6'
<dependency org="org.openimaj" name="core-feature" rev="1.3.6">
<artifact name="core-feature" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openimaj', module='core-feature', version='1.3.6')
)
libraryDependencies += "org.openimaj" % "core-feature" % "1.3.6"
[org.openimaj/core-feature "1.3.6"]