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