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