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