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