| License |
License |
|---|---|
| GroupId | GroupIdclub.gclmit |
| ArtifactId | ArtifactIdchaos-bom |
| Version | Version2.4.2 |
| Type | Typepom |
| Description |
Descriptionchaos
An enhanced toolkit of Spring Boot Starter to simplify development.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| chaos-bom-2.4.2.pom | |
| Browse |
<!-- https://jarcasting.com/artifacts/club.gclmit/chaos-bom/ -->
<dependency>
<groupId>club.gclmit</groupId>
<artifactId>chaos-bom</artifactId>
<version>2.4.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/club.gclmit/chaos-bom/
implementation 'club.gclmit:chaos-bom:2.4.2'
// https://jarcasting.com/artifacts/club.gclmit/chaos-bom/
implementation ("club.gclmit:chaos-bom:2.4.2")
'club.gclmit:chaos-bom:pom:2.4.2'
<dependency org="club.gclmit" name="chaos-bom" rev="2.4.2">
<artifact name="chaos-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='club.gclmit', module='chaos-bom', version='2.4.2')
)
libraryDependencies += "club.gclmit" % "chaos-bom" % "2.4.2"
[club.gclmit/chaos-bom "2.4.2"]