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