GroupId | GroupIdorg.rhq.helpers |
---|---|
ArtifactId | ArtifactIdrhq-pluginGen |
Version | Version1.4.0.B01 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.rhq.helpers/rhq-pluginGen/ -->
<dependency>
<groupId>org.rhq.helpers</groupId>
<artifactId>rhq-pluginGen</artifactId>
<version>1.4.0.B01</version>
</dependency>
// https://jarcasting.com/artifacts/org.rhq.helpers/rhq-pluginGen/
implementation 'org.rhq.helpers:rhq-pluginGen:1.4.0.B01'
// https://jarcasting.com/artifacts/org.rhq.helpers/rhq-pluginGen/
implementation ("org.rhq.helpers:rhq-pluginGen:1.4.0.B01")
'org.rhq.helpers:rhq-pluginGen:jar:1.4.0.B01'
<dependency org="org.rhq.helpers" name="rhq-pluginGen" rev="1.4.0.B01">
<artifact name="rhq-pluginGen" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.rhq.helpers', module='rhq-pluginGen', version='1.4.0.B01')
)
libraryDependencies += "org.rhq.helpers" % "rhq-pluginGen" % "1.4.0.B01"
[org.rhq.helpers/rhq-pluginGen "1.4.0.B01"]