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