GroupId | GroupIdcom.circuitwall.ml |
---|---|
ArtifactId | ArtifactIdalgorithm |
Version | Version1.0.4 |
Type | Typejar |
Filename | Size |
---|---|
algorithm-1.0.4.pom | |
algorithm-1.0.4.jar | 7 KB |
algorithm-1.0.4-sources.jar | 3 KB |
algorithm-1.0.4-javadoc.jar | 42 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.circuitwall.ml/algorithm/ -->
<dependency>
<groupId>com.circuitwall.ml</groupId>
<artifactId>algorithm</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.circuitwall.ml/algorithm/
implementation 'com.circuitwall.ml:algorithm:1.0.4'
// https://jarcasting.com/artifacts/com.circuitwall.ml/algorithm/
implementation ("com.circuitwall.ml:algorithm:1.0.4")
'com.circuitwall.ml:algorithm:jar:1.0.4'
<dependency org="com.circuitwall.ml" name="algorithm" rev="1.0.4">
<artifact name="algorithm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.circuitwall.ml', module='algorithm', version='1.0.4')
)
libraryDependencies += "com.circuitwall.ml" % "algorithm" % "1.0.4"
[com.circuitwall.ml/algorithm "1.0.4"]