GroupId | GroupIdorg.rhq |
---|---|
ArtifactId | ArtifactIdrhq-pluginGen |
Version | Version1.3.0.GA |
Type | Typejar |
Filename | Size |
---|---|
rhq-pluginGen-1.3.0.GA.pom | |
rhq-pluginGen-1.3.0.GA.jar | 22 KB |
rhq-pluginGen-1.3.0.GA-jar-with-dependencies.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.rhq/rhq-pluginGen/ -->
<dependency>
<groupId>org.rhq</groupId>
<artifactId>rhq-pluginGen</artifactId>
<version>1.3.0.GA</version>
</dependency>
// https://jarcasting.com/artifacts/org.rhq/rhq-pluginGen/
implementation 'org.rhq:rhq-pluginGen:1.3.0.GA'
// https://jarcasting.com/artifacts/org.rhq/rhq-pluginGen/
implementation ("org.rhq:rhq-pluginGen:1.3.0.GA")
'org.rhq:rhq-pluginGen:jar:1.3.0.GA'
<dependency org="org.rhq" name="rhq-pluginGen" rev="1.3.0.GA">
<artifact name="rhq-pluginGen" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.rhq', module='rhq-pluginGen', version='1.3.0.GA')
)
libraryDependencies += "org.rhq" % "rhq-pluginGen" % "1.3.0.GA"
[org.rhq/rhq-pluginGen "1.3.0.GA"]