Categories |
CategoriesJBoss Container Application Servers |
---|---|
GroupId | GroupIdorg.jboss.portletbridge |
ArtifactId | ArtifactIdarchetypes |
Version | Version2.2.0.FINAL |
Type | Typepom |
Filename | Size |
---|---|
archetypes-2.2.0.FINAL.pom | 900 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.jboss.portletbridge/archetypes/ -->
<dependency>
<groupId>org.jboss.portletbridge</groupId>
<artifactId>archetypes</artifactId>
<version>2.2.0.FINAL</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.portletbridge/archetypes/
implementation 'org.jboss.portletbridge:archetypes:2.2.0.FINAL'
// https://jarcasting.com/artifacts/org.jboss.portletbridge/archetypes/
implementation ("org.jboss.portletbridge:archetypes:2.2.0.FINAL")
'org.jboss.portletbridge:archetypes:pom:2.2.0.FINAL'
<dependency org="org.jboss.portletbridge" name="archetypes" rev="2.2.0.FINAL">
<artifact name="archetypes" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jboss.portletbridge', module='archetypes', version='2.2.0.FINAL')
)
libraryDependencies += "org.jboss.portletbridge" % "archetypes" % "2.2.0.FINAL"
[org.jboss.portletbridge/archetypes "2.2.0.FINAL"]