| Группа | Группаcom.github.cico216 |
|---|---|
| Идентификатор | Идентификаторmnt-algorithm |
| Версия | Версия1.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| mnt-algorithm-1.0.pom | |
| mnt-algorithm-1.0.jar | 1 KB |
| mnt-algorithm-1.0-sources.jar | 2 KB |
| mnt-algorithm-1.0-javadoc.jar | 328 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.cico216/mnt-algorithm/ -->
<dependency>
<groupId>com.github.cico216</groupId>
<artifactId>mnt-algorithm</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cico216/mnt-algorithm/
implementation 'com.github.cico216:mnt-algorithm:1.0'
// https://jarcasting.com/artifacts/com.github.cico216/mnt-algorithm/
implementation ("com.github.cico216:mnt-algorithm:1.0")
'com.github.cico216:mnt-algorithm:jar:1.0'
<dependency org="com.github.cico216" name="mnt-algorithm" rev="1.0">
<artifact name="mnt-algorithm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cico216', module='mnt-algorithm', version='1.0')
)
libraryDependencies += "com.github.cico216" % "mnt-algorithm" % "1.0"
[com.github.cico216/mnt-algorithm "1.0"]