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