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