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