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