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