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