is not current version
Last Version 2.5.0

club.gclmit:chaos-bom 2.4.1

An enhanced toolkit of Spring Boot Starter to simplify development.

GroupId

GroupId

club.gclmit
ArtifactId

ArtifactId

chaos-bom
Version

Version

2.4.1
Type

Type

pom

Download chaos-bom 2.4.1


<!-- 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"]