Categories |
CategoriesMachine Learning Business Logic Libraries |
---|---|
GroupId | GroupIdorg.openimaj |
ArtifactId | ArtifactIdmachine-learning |
Version | Version1.3.7 |
Type | Typejar |
Filename | Size |
---|---|
machine-learning-1.3.7.pom | |
machine-learning-1.3.7.jar | 297 KB |
machine-learning-1.3.7-sources.jar | 291 KB |
machine-learning-1.3.7-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openimaj/machine-learning/ -->
<dependency>
<groupId>org.openimaj</groupId>
<artifactId>machine-learning</artifactId>
<version>1.3.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.openimaj/machine-learning/
implementation 'org.openimaj:machine-learning:1.3.7'
// https://jarcasting.com/artifacts/org.openimaj/machine-learning/
implementation ("org.openimaj:machine-learning:1.3.7")
'org.openimaj:machine-learning:jar:1.3.7'
<dependency org="org.openimaj" name="machine-learning" rev="1.3.7">
<artifact name="machine-learning" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openimaj', module='machine-learning', version='1.3.7')
)
libraryDependencies += "org.openimaj" % "machine-learning" % "1.3.7"
[org.openimaj/machine-learning "1.3.7"]