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