License |
License |
---|---|
GroupId | GroupIdcom.circuitwall.ml |
ArtifactId | ArtifactIdalgorithm |
Version | Version1.2.0 |
Type | Typejar |
Description |
DescriptionMachine learning libraries for different platforms
|
Filename | Size |
---|---|
algorithm-1.2.0.pom | |
algorithm-1.2.0.jar | 13 KB |
algorithm-1.2.0-sources.jar | 7 KB |
algorithm-1.2.0-javadoc.jar | 94 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.circuitwall.ml/algorithm/ -->
<dependency>
<groupId>com.circuitwall.ml</groupId>
<artifactId>algorithm</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.circuitwall.ml/algorithm/
implementation 'com.circuitwall.ml:algorithm:1.2.0'
// https://jarcasting.com/artifacts/com.circuitwall.ml/algorithm/
implementation ("com.circuitwall.ml:algorithm:1.2.0")
'com.circuitwall.ml:algorithm:jar:1.2.0'
<dependency org="com.circuitwall.ml" name="algorithm" rev="1.2.0">
<artifact name="algorithm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.circuitwall.ml', module='algorithm', version='1.2.0')
)
libraryDependencies += "com.circuitwall.ml" % "algorithm" % "1.2.0"
[com.circuitwall.ml/algorithm "1.2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-lang3 | jar | 3.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |