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