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