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