| GroupId | GroupIdclub.gclmit |
|---|---|
| ArtifactId | ArtifactIdchaos |
| Version | Version2.3.4 |
| Type | Typepom |
| Filename | Size |
|---|---|
| chaos-2.3.4.pom | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/club.gclmit/chaos/ -->
<dependency>
<groupId>club.gclmit</groupId>
<artifactId>chaos</artifactId>
<version>2.3.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/club.gclmit/chaos/
implementation 'club.gclmit:chaos:2.3.4'
// https://jarcasting.com/artifacts/club.gclmit/chaos/
implementation ("club.gclmit:chaos:2.3.4")
'club.gclmit:chaos:pom:2.3.4'
<dependency org="club.gclmit" name="chaos" rev="2.3.4">
<artifact name="chaos" type="pom" />
</dependency>
@Grapes(
@Grab(group='club.gclmit', module='chaos', version='2.3.4')
)
libraryDependencies += "club.gclmit" % "chaos" % "2.3.4"
[club.gclmit/chaos "2.3.4"]