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