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