Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.cofcool.chaos |
ArtifactId | ArtifactIdchaos-server-actuator |
Version | Version0.3.2 |
Type | Typejar |
Filename | Size |
---|---|
chaos-server-actuator-0.3.2.pom | |
chaos-server-actuator-0.3.2.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.cofcool.chaos/chaos-server-actuator/ -->
<dependency>
<groupId>net.cofcool.chaos</groupId>
<artifactId>chaos-server-actuator</artifactId>
<version>0.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.cofcool.chaos/chaos-server-actuator/
implementation 'net.cofcool.chaos:chaos-server-actuator:0.3.2'
// https://jarcasting.com/artifacts/net.cofcool.chaos/chaos-server-actuator/
implementation ("net.cofcool.chaos:chaos-server-actuator:0.3.2")
'net.cofcool.chaos:chaos-server-actuator:jar:0.3.2'
<dependency org="net.cofcool.chaos" name="chaos-server-actuator" rev="0.3.2">
<artifact name="chaos-server-actuator" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.cofcool.chaos', module='chaos-server-actuator', version='0.3.2')
)
libraryDependencies += "net.cofcool.chaos" % "chaos-server-actuator" % "0.3.2"
[net.cofcool.chaos/chaos-server-actuator "0.3.2"]