| License |
License |
|---|---|
| GroupId | GroupIdcom.fanxuankai.zeus |
| ArtifactId | ArtifactIdcommon |
| Last Version | Last Version2.0.5 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionParent for Zeus
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| common-2.0.5.pom | 873 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.fanxuankai.zeus/common/ -->
<dependency>
<groupId>com.fanxuankai.zeus</groupId>
<artifactId>common</artifactId>
<version>2.0.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.fanxuankai.zeus/common/
implementation 'com.fanxuankai.zeus:common:2.0.5'
// https://jarcasting.com/artifacts/com.fanxuankai.zeus/common/
implementation ("com.fanxuankai.zeus:common:2.0.5")
'com.fanxuankai.zeus:common:pom:2.0.5'
<dependency org="com.fanxuankai.zeus" name="common" rev="2.0.5">
<artifact name="common" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.fanxuankai.zeus', module='common', version='2.0.5')
)
libraryDependencies += "com.fanxuankai.zeus" % "common" % "2.0.5"
[com.fanxuankai.zeus/common "2.0.5"]