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