GroupId | GroupIdclub.gclmit |
---|---|
ArtifactId | ArtifactIdchaos-storage |
Version | Version1.4.10.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/club.gclmit/chaos-storage/ -->
<dependency>
<groupId>club.gclmit</groupId>
<artifactId>chaos-storage</artifactId>
<version>1.4.10.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/club.gclmit/chaos-storage/
implementation 'club.gclmit:chaos-storage:1.4.10.RELEASE'
// https://jarcasting.com/artifacts/club.gclmit/chaos-storage/
implementation ("club.gclmit:chaos-storage:1.4.10.RELEASE")
'club.gclmit:chaos-storage:jar:1.4.10.RELEASE'
<dependency org="club.gclmit" name="chaos-storage" rev="1.4.10.RELEASE">
<artifact name="chaos-storage" type="jar" />
</dependency>
@Grapes(
@Grab(group='club.gclmit', module='chaos-storage', version='1.4.10.RELEASE')
)
libraryDependencies += "club.gclmit" % "chaos-storage" % "1.4.10.RELEASE"
[club.gclmit/chaos-storage "1.4.10.RELEASE"]