| GroupId | GroupIdclub.zhcs |
|---|---|
| ArtifactId | ArtifactIdaxe-chinare-rop-demo |
| Version | Version2.1.8.RELEASE.20190926 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/club.zhcs/axe-chinare-rop-demo/ -->
<dependency>
<groupId>club.zhcs</groupId>
<artifactId>axe-chinare-rop-demo</artifactId>
<version>2.1.8.RELEASE.20190926</version>
</dependency>
// https://jarcasting.com/artifacts/club.zhcs/axe-chinare-rop-demo/
implementation 'club.zhcs:axe-chinare-rop-demo:2.1.8.RELEASE.20190926'
// https://jarcasting.com/artifacts/club.zhcs/axe-chinare-rop-demo/
implementation ("club.zhcs:axe-chinare-rop-demo:2.1.8.RELEASE.20190926")
'club.zhcs:axe-chinare-rop-demo:jar:2.1.8.RELEASE.20190926'
<dependency org="club.zhcs" name="axe-chinare-rop-demo" rev="2.1.8.RELEASE.20190926">
<artifact name="axe-chinare-rop-demo" type="jar" />
</dependency>
@Grapes(
@Grab(group='club.zhcs', module='axe-chinare-rop-demo', version='2.1.8.RELEASE.20190926')
)
libraryDependencies += "club.zhcs" % "axe-chinare-rop-demo" % "2.1.8.RELEASE.20190926"
[club.zhcs/axe-chinare-rop-demo "2.1.8.RELEASE.20190926"]