| License |
License |
|---|---|
| GroupId | GroupIdclub.gclmit |
| ArtifactId | ArtifactIdchaos-bom |
| Last Version | Last Version2.5.0 |
| Release Date | Release Date |
| 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.5.0.pom | |
| Browse |
<!-- https://jarcasting.com/artifacts/club.gclmit/chaos-bom/ -->
<dependency>
<groupId>club.gclmit</groupId>
<artifactId>chaos-bom</artifactId>
<version>2.5.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/club.gclmit/chaos-bom/
implementation 'club.gclmit:chaos-bom:2.5.0'
// https://jarcasting.com/artifacts/club.gclmit/chaos-bom/
implementation ("club.gclmit:chaos-bom:2.5.0")
'club.gclmit:chaos-bom:pom:2.5.0'
<dependency org="club.gclmit" name="chaos-bom" rev="2.5.0">
<artifact name="chaos-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='club.gclmit', module='chaos-bom', version='2.5.0')
)
libraryDependencies += "club.gclmit" % "chaos-bom" % "2.5.0"
[club.gclmit/chaos-bom "2.5.0"]