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