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