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