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