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