GroupId | GroupIdorg.openimaj |
---|---|
ArtifactId | ArtifactIdimage-feature-extraction |
Version | Version1.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.openimaj/image-feature-extraction/ -->
<dependency>
<groupId>org.openimaj</groupId>
<artifactId>image-feature-extraction</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.openimaj/image-feature-extraction/
implementation 'org.openimaj:image-feature-extraction:1.3'
// https://jarcasting.com/artifacts/org.openimaj/image-feature-extraction/
implementation ("org.openimaj:image-feature-extraction:1.3")
'org.openimaj:image-feature-extraction:jar:1.3'
<dependency org="org.openimaj" name="image-feature-extraction" rev="1.3">
<artifact name="image-feature-extraction" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openimaj', module='image-feature-extraction', version='1.3')
)
libraryDependencies += "org.openimaj" % "image-feature-extraction" % "1.3"
[org.openimaj/image-feature-extraction "1.3"]