Categories |
CategoriesMachine Learning Business Logic Libraries |
---|---|
GroupId | GroupIdorg.openimaj |
ArtifactId | ArtifactIdopenimaj-machine-learning |
Version | Version1.3.6 |
Type | Typepom |
Filename | Size |
---|---|
openimaj-machine-learning-1.3.6.pom | 876 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.openimaj/openimaj-machine-learning/ -->
<dependency>
<groupId>org.openimaj</groupId>
<artifactId>openimaj-machine-learning</artifactId>
<version>1.3.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.openimaj/openimaj-machine-learning/
implementation 'org.openimaj:openimaj-machine-learning:1.3.6'
// https://jarcasting.com/artifacts/org.openimaj/openimaj-machine-learning/
implementation ("org.openimaj:openimaj-machine-learning:1.3.6")
'org.openimaj:openimaj-machine-learning:pom:1.3.6'
<dependency org="org.openimaj" name="openimaj-machine-learning" rev="1.3.6">
<artifact name="openimaj-machine-learning" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.openimaj', module='openimaj-machine-learning', version='1.3.6')
)
libraryDependencies += "org.openimaj" % "openimaj-machine-learning" % "1.3.6"
[org.openimaj/openimaj-machine-learning "1.3.6"]