Categories |
CategoriesDrift Net Networking |
---|---|
GroupId | GroupIdorg.rhq |
ArtifactId | ArtifactIdrhq-serverplugin-drift |
Version | Version4.12.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.rhq/rhq-serverplugin-drift/ -->
<dependency>
<groupId>org.rhq</groupId>
<artifactId>rhq-serverplugin-drift</artifactId>
<version>4.12.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.rhq/rhq-serverplugin-drift/
implementation 'org.rhq:rhq-serverplugin-drift:4.12.0'
// https://jarcasting.com/artifacts/org.rhq/rhq-serverplugin-drift/
implementation ("org.rhq:rhq-serverplugin-drift:4.12.0")
'org.rhq:rhq-serverplugin-drift:jar:4.12.0'
<dependency org="org.rhq" name="rhq-serverplugin-drift" rev="4.12.0">
<artifact name="rhq-serverplugin-drift" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.rhq', module='rhq-serverplugin-drift', version='4.12.0')
)
libraryDependencies += "org.rhq" % "rhq-serverplugin-drift" % "4.12.0"
[org.rhq/rhq-serverplugin-drift "4.12.0"]