| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.zhangguangyong |
| Идентификатор | Идентификаторcodes-parent |
| Последняя версия | Последняя версия1.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеcodes-parent
Codes Parent
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| codes-parent-1.0.pom | 26 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.zhangguangyong/codes-parent/ -->
<dependency>
<groupId>com.github.zhangguangyong</groupId>
<artifactId>codes-parent</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.zhangguangyong/codes-parent/
implementation 'com.github.zhangguangyong:codes-parent:1.0'
// https://jarcasting.com/artifacts/com.github.zhangguangyong/codes-parent/
implementation ("com.github.zhangguangyong:codes-parent:1.0")
'com.github.zhangguangyong:codes-parent:pom:1.0'
<dependency org="com.github.zhangguangyong" name="codes-parent" rev="1.0">
<artifact name="codes-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.zhangguangyong', module='codes-parent', version='1.0')
)
libraryDependencies += "com.github.zhangguangyong" % "codes-parent" % "1.0"
[com.github.zhangguangyong/codes-parent "1.0"]