GroupId | GroupIdclub.gclmit |
---|---|
ArtifactId | ArtifactIdchaos-bean |
Version | Version2.1.0 |
Type | Typejar |
Filename | Size |
---|---|
chaos-bean-2.1.0.pom | |
chaos-bean-2.1.0.jar | 37 KB |
chaos-bean-2.1.0-sources.jar | 21 KB |
chaos-bean-2.1.0-javadoc.jar | 116 KB |
Browse |
<!-- https://jarcasting.com/artifacts/club.gclmit/chaos-bean/ -->
<dependency>
<groupId>club.gclmit</groupId>
<artifactId>chaos-bean</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/club.gclmit/chaos-bean/
implementation 'club.gclmit:chaos-bean:2.1.0'
// https://jarcasting.com/artifacts/club.gclmit/chaos-bean/
implementation ("club.gclmit:chaos-bean:2.1.0")
'club.gclmit:chaos-bean:jar:2.1.0'
<dependency org="club.gclmit" name="chaos-bean" rev="2.1.0">
<artifact name="chaos-bean" type="jar" />
</dependency>
@Grapes(
@Grab(group='club.gclmit', module='chaos-bean', version='2.1.0')
)
libraryDependencies += "club.gclmit" % "chaos-bean" % "2.1.0"
[club.gclmit/chaos-bean "2.1.0"]