GroupId | GroupIdorg.rhq |
---|---|
ArtifactId | ArtifactIdrhq-core-perspective |
Version | Version4.0.1 |
Type | Typejar |
Filename | Size |
---|---|
rhq-core-perspective-4.0.1.pom | |
rhq-core-perspective-4.0.1.jar | 5 KB |
rhq-core-perspective-4.0.1-sources.jar | 3 KB |
rhq-core-perspective-4.0.1-javadoc.jar | 332 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.rhq/rhq-core-perspective/ -->
<dependency>
<groupId>org.rhq</groupId>
<artifactId>rhq-core-perspective</artifactId>
<version>4.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.rhq/rhq-core-perspective/
implementation 'org.rhq:rhq-core-perspective:4.0.1'
// https://jarcasting.com/artifacts/org.rhq/rhq-core-perspective/
implementation ("org.rhq:rhq-core-perspective:4.0.1")
'org.rhq:rhq-core-perspective:jar:4.0.1'
<dependency org="org.rhq" name="rhq-core-perspective" rev="4.0.1">
<artifact name="rhq-core-perspective" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.rhq', module='rhq-core-perspective', version='4.0.1')
)
libraryDependencies += "org.rhq" % "rhq-core-perspective" % "4.0.1"
[org.rhq/rhq-core-perspective "4.0.1"]