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