| GroupId | GroupIdcom.fanxuankai.zeus |
|---|---|
| ArtifactId | ArtifactIdzeus-parent |
| Version | Version0.0.4 |
| Type | Typepom |
| Filename | Size |
|---|---|
| zeus-parent-0.0.4.pom | 8 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.fanxuankai.zeus/zeus-parent/ -->
<dependency>
<groupId>com.fanxuankai.zeus</groupId>
<artifactId>zeus-parent</artifactId>
<version>0.0.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.fanxuankai.zeus/zeus-parent/
implementation 'com.fanxuankai.zeus:zeus-parent:0.0.4'
// https://jarcasting.com/artifacts/com.fanxuankai.zeus/zeus-parent/
implementation ("com.fanxuankai.zeus:zeus-parent:0.0.4")
'com.fanxuankai.zeus:zeus-parent:pom:0.0.4'
<dependency org="com.fanxuankai.zeus" name="zeus-parent" rev="0.0.4">
<artifact name="zeus-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.fanxuankai.zeus', module='zeus-parent', version='0.0.4')
)
libraryDependencies += "com.fanxuankai.zeus" % "zeus-parent" % "0.0.4"
[com.fanxuankai.zeus/zeus-parent "0.0.4"]