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