| GroupId | GroupIdclub.gclmit |
|---|---|
| ArtifactId | ArtifactIdchaos-web |
| Version | Version1.4.9.RELEASE |
| Type | Typejar |
| Filename | Size |
|---|---|
| chaos-web-1.4.9.RELEASE.pom | |
| chaos-web-1.4.9.RELEASE.jar | 24 KB |
| chaos-web-1.4.9.RELEASE-sources.jar | 18 KB |
| chaos-web-1.4.9.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.9.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/club.gclmit/chaos-web/
implementation 'club.gclmit:chaos-web:1.4.9.RELEASE'
// https://jarcasting.com/artifacts/club.gclmit/chaos-web/
implementation ("club.gclmit:chaos-web:1.4.9.RELEASE")
'club.gclmit:chaos-web:jar:1.4.9.RELEASE'
<dependency org="club.gclmit" name="chaos-web" rev="1.4.9.RELEASE">
<artifact name="chaos-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='club.gclmit', module='chaos-web', version='1.4.9.RELEASE')
)
libraryDependencies += "club.gclmit" % "chaos-web" % "1.4.9.RELEASE"
[club.gclmit/chaos-web "1.4.9.RELEASE"]