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