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