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