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