is not current version
Last Version 4

org.apache.myfaces.portlet-bridge:portlet-bridge-master-pom 3

This is the Apache MyFaces Portlet Bridge Master POM file. It sets up an environment that will be common among all PortletBridge projects in order to ensure consistency across the project.

GroupId

GroupId

org.apache.myfaces.portlet-bridge
ArtifactId

ArtifactId

portlet-bridge-master-pom
Version

Version

3
Type

Type

pom

Download portlet-bridge-master-pom 3


<!-- https://jarcasting.com/artifacts/org.apache.myfaces.portlet-bridge/portlet-bridge-master-pom/ -->
<dependency>
    <groupId>org.apache.myfaces.portlet-bridge</groupId>
    <artifactId>portlet-bridge-master-pom</artifactId>
    <version>3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.myfaces.portlet-bridge/portlet-bridge-master-pom/
implementation 'org.apache.myfaces.portlet-bridge:portlet-bridge-master-pom:3'
// https://jarcasting.com/artifacts/org.apache.myfaces.portlet-bridge/portlet-bridge-master-pom/
implementation ("org.apache.myfaces.portlet-bridge:portlet-bridge-master-pom:3")
'org.apache.myfaces.portlet-bridge:portlet-bridge-master-pom:pom:3'
<dependency org="org.apache.myfaces.portlet-bridge" name="portlet-bridge-master-pom" rev="3">
  <artifact name="portlet-bridge-master-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.myfaces.portlet-bridge', module='portlet-bridge-master-pom', version='3')
)
libraryDependencies += "org.apache.myfaces.portlet-bridge" % "portlet-bridge-master-pom" % "3"
[org.apache.myfaces.portlet-bridge/portlet-bridge-master-pom "3"]