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