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