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