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