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