| GroupId | GroupIdclub.gclmit |
|---|---|
| ArtifactId | ArtifactIdchaos-bom |
| Version | Version2.4.1 |
| Type | Typepom |
| Filename | Size |
|---|---|
| chaos-bom-2.4.1.pom | |
| Browse |
<!-- https://jarcasting.com/artifacts/club.gclmit/chaos-bom/ -->
<dependency>
<groupId>club.gclmit</groupId>
<artifactId>chaos-bom</artifactId>
<version>2.4.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/club.gclmit/chaos-bom/
implementation 'club.gclmit:chaos-bom:2.4.1'
// https://jarcasting.com/artifacts/club.gclmit/chaos-bom/
implementation ("club.gclmit:chaos-bom:2.4.1")
'club.gclmit:chaos-bom:pom:2.4.1'
<dependency org="club.gclmit" name="chaos-bom" rev="2.4.1">
<artifact name="chaos-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='club.gclmit', module='chaos-bom', version='2.4.1')
)
libraryDependencies += "club.gclmit" % "chaos-bom" % "2.4.1"
[club.gclmit/chaos-bom "2.4.1"]