| Категории |
КатегорииJBoss Контейнер Application Servers |
|---|---|
| Группа | Группаorg.jboss.portletbridge |
| Идентификатор | Идентификаторarchetypes |
| Версия | Версия1.0.0.B3 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| archetypes-1.0.0.B3.pom | 764 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.jboss.portletbridge/archetypes/ -->
<dependency>
<groupId>org.jboss.portletbridge</groupId>
<artifactId>archetypes</artifactId>
<version>1.0.0.B3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.portletbridge/archetypes/
implementation 'org.jboss.portletbridge:archetypes:1.0.0.B3'
// https://jarcasting.com/artifacts/org.jboss.portletbridge/archetypes/
implementation ("org.jboss.portletbridge:archetypes:1.0.0.B3")
'org.jboss.portletbridge:archetypes:pom:1.0.0.B3'
<dependency org="org.jboss.portletbridge" name="archetypes" rev="1.0.0.B3">
<artifact name="archetypes" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jboss.portletbridge', module='archetypes', version='1.0.0.B3')
)
libraryDependencies += "org.jboss.portletbridge" % "archetypes" % "1.0.0.B3"
[org.jboss.portletbridge/archetypes "1.0.0.B3"]