| Группа | Группаorg.rhq |
|---|---|
| Идентификатор | Идентификаторrhq-plugins-parent |
| Версия | Версия1.3.0.GA |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| rhq-plugins-parent-1.3.0.GA.pom | 3 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.rhq/rhq-plugins-parent/ -->
<dependency>
<groupId>org.rhq</groupId>
<artifactId>rhq-plugins-parent</artifactId>
<version>1.3.0.GA</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.rhq/rhq-plugins-parent/
implementation 'org.rhq:rhq-plugins-parent:1.3.0.GA'
// https://jarcasting.com/artifacts/org.rhq/rhq-plugins-parent/
implementation ("org.rhq:rhq-plugins-parent:1.3.0.GA")
'org.rhq:rhq-plugins-parent:pom:1.3.0.GA'
<dependency org="org.rhq" name="rhq-plugins-parent" rev="1.3.0.GA">
<artifact name="rhq-plugins-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.rhq', module='rhq-plugins-parent', version='1.3.0.GA')
)
libraryDependencies += "org.rhq" % "rhq-plugins-parent" % "1.3.0.GA"
[org.rhq/rhq-plugins-parent "1.3.0.GA"]