| GroupId | GroupIdorg.apache.myfaces.portlet-bridge | 
    
|---|---|
| ArtifactId | ArtifactIdportlet-bridge-master-pom | 
    
| Version | Version3 | 
        
| Type | Typepom | 
    
| Filename | Size | 
|---|---|
| portlet-bridge-master-pom-3.pom | 11 KB | 
| Browse | 
<!-- 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"]