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