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