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