GroupId | GroupIdclub.gclmit |
---|---|
ArtifactId | ArtifactIdchaos-storage |
Version | Version1.5.1.RELEASE |
Type | Typejar |
Filename | Size |
---|---|
chaos-storage-1.5.1.RELEASE.pom | |
chaos-storage-1.5.1.RELEASE.jar | 25 KB |
chaos-storage-1.5.1.RELEASE-sources.jar | 18 KB |
chaos-storage-1.5.1.RELEASE-javadoc.jar | 122 KB |
Browse |
<!-- https://jarcasting.com/artifacts/club.gclmit/chaos-storage/ -->
<dependency>
<groupId>club.gclmit</groupId>
<artifactId>chaos-storage</artifactId>
<version>1.5.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/club.gclmit/chaos-storage/
implementation 'club.gclmit:chaos-storage:1.5.1.RELEASE'
// https://jarcasting.com/artifacts/club.gclmit/chaos-storage/
implementation ("club.gclmit:chaos-storage:1.5.1.RELEASE")
'club.gclmit:chaos-storage:jar:1.5.1.RELEASE'
<dependency org="club.gclmit" name="chaos-storage" rev="1.5.1.RELEASE">
<artifact name="chaos-storage" type="jar" />
</dependency>
@Grapes(
@Grab(group='club.gclmit', module='chaos-storage', version='1.5.1.RELEASE')
)
libraryDependencies += "club.gclmit" % "chaos-storage" % "1.5.1.RELEASE"
[club.gclmit/chaos-storage "1.5.1.RELEASE"]