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