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