GroupId | GroupIdorg.cloudhoist |
---|---|
ArtifactId | ArtifactIdcruise-control-rb |
Version | Version0.4.0-beta-1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.cloudhoist/cruise-control-rb/ -->
<dependency>
<groupId>org.cloudhoist</groupId>
<artifactId>cruise-control-rb</artifactId>
<version>0.4.0-beta-1</version>
</dependency>
// https://jarcasting.com/artifacts/org.cloudhoist/cruise-control-rb/
implementation 'org.cloudhoist:cruise-control-rb:0.4.0-beta-1'
// https://jarcasting.com/artifacts/org.cloudhoist/cruise-control-rb/
implementation ("org.cloudhoist:cruise-control-rb:0.4.0-beta-1")
'org.cloudhoist:cruise-control-rb:jar:0.4.0-beta-1'
<dependency org="org.cloudhoist" name="cruise-control-rb" rev="0.4.0-beta-1">
<artifact name="cruise-control-rb" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cloudhoist', module='cruise-control-rb', version='0.4.0-beta-1')
)
libraryDependencies += "org.cloudhoist" % "cruise-control-rb" % "0.4.0-beta-1"
[org.cloudhoist/cruise-control-rb "0.4.0-beta-1"]