License |
License |
---|---|
GroupId | GroupIdorg.openimaj |
ArtifactId | ArtifactIdcore-feature |
Version | Version1.3.10 |
Type | Typejar |
Description |
DescriptionThe OpenIMAJ Core Features Library
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).
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
core-feature-1.3.10.pom | |
core-feature-1.3.10.jar | 296 KB |
core-feature-1.3.10-sources.jar | 152 KB |
core-feature-1.3.10-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.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.openimaj/core-feature/
implementation 'org.openimaj:core-feature:1.3.10'
// https://jarcasting.com/artifacts/org.openimaj/core-feature/
implementation ("org.openimaj:core-feature:1.3.10")
'org.openimaj:core-feature:jar:1.3.10'
<dependency org="org.openimaj" name="core-feature" rev="1.3.10">
<artifact name="core-feature" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openimaj', module='core-feature', version='1.3.10')
)
libraryDependencies += "org.openimaj" % "core-feature" % "1.3.10"
[org.openimaj/core-feature "1.3.10"]
Group / Artifact | Type | Version |
---|---|---|
org.openimaj : core-math | jar | 1.3.10 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |