is not current version
Last Version 1.3.10

org.openimaj:core-feature 1.3.5

Core notion of features, usually denoted as arrays of data. Definitions of features for all primitive types, features with location and lists of features (both in memory and on disk).

GroupId

GroupId

org.openimaj
ArtifactId

ArtifactId

core-feature
Version

Version

1.3.5
Type

Type

jar

Download core-feature 1.3.5


<!-- https://jarcasting.com/artifacts/org.openimaj/core-feature/ -->
<dependency>
    <groupId>org.openimaj</groupId>
    <artifactId>core-feature</artifactId>
    <version>1.3.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.openimaj/core-feature/
implementation 'org.openimaj:core-feature:1.3.5'
// https://jarcasting.com/artifacts/org.openimaj/core-feature/
implementation ("org.openimaj:core-feature:1.3.5")
'org.openimaj:core-feature:jar:1.3.5'
<dependency org="org.openimaj" name="core-feature" rev="1.3.5">
  <artifact name="core-feature" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openimaj', module='core-feature', version='1.3.5')
)
libraryDependencies += "org.openimaj" % "core-feature" % "1.3.5"
[org.openimaj/core-feature "1.3.5"]