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