is not current version
Last Version 1.1.4

com.github.kalokanand:algorithm 1.1.1

Algorithm

GroupId

GroupId

com.github.kalokanand
ArtifactId

ArtifactId

algorithm
Version

Version

1.1.1
Type

Type

jar

Download algorithm 1.1.1


<!-- https://jarcasting.com/artifacts/com.github.kalokanand/algorithm/ -->
<dependency>
    <groupId>com.github.kalokanand</groupId>
    <artifactId>algorithm</artifactId>
    <version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kalokanand/algorithm/
implementation 'com.github.kalokanand:algorithm:1.1.1'
// https://jarcasting.com/artifacts/com.github.kalokanand/algorithm/
implementation ("com.github.kalokanand:algorithm:1.1.1")
'com.github.kalokanand:algorithm:jar:1.1.1'
<dependency org="com.github.kalokanand" name="algorithm" rev="1.1.1">
  <artifact name="algorithm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kalokanand', module='algorithm', version='1.1.1')
)
libraryDependencies += "com.github.kalokanand" % "algorithm" % "1.1.1"
[com.github.kalokanand/algorithm "1.1.1"]