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