| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.github.guoshiqiufeng |
| Идентификатор | Идентификаторcloud-dependencies |
| Версия | Версия1.0.1 |
| Тип | Типpom |
| Описание |
Описаниеcloud-dependencies
cloud 依赖版本统一配置
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| cloud-dependencies-1.0.1.pom | 4 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.guoshiqiufeng/cloud-dependencies/ -->
<dependency>
<groupId>io.github.guoshiqiufeng</groupId>
<artifactId>cloud-dependencies</artifactId>
<version>1.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.guoshiqiufeng/cloud-dependencies/
implementation 'io.github.guoshiqiufeng:cloud-dependencies:1.0.1'
// https://jarcasting.com/artifacts/io.github.guoshiqiufeng/cloud-dependencies/
implementation ("io.github.guoshiqiufeng:cloud-dependencies:1.0.1")
'io.github.guoshiqiufeng:cloud-dependencies:pom:1.0.1'
<dependency org="io.github.guoshiqiufeng" name="cloud-dependencies" rev="1.0.1">
<artifact name="cloud-dependencies" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.guoshiqiufeng', module='cloud-dependencies', version='1.0.1')
)
libraryDependencies += "io.github.guoshiqiufeng" % "cloud-dependencies" % "1.0.1"
[io.github.guoshiqiufeng/cloud-dependencies "1.0.1"]