| GroupId | GroupIdorg.apache.myfaces.portlet-bridge | 
    
|---|---|
| ArtifactId | ArtifactIdportlet-bridge-master-pom | 
    
| Version | Version2 | 
        
| Type | Typepom | 
    
| Filename | Size | 
|---|---|
| portlet-bridge-master-pom-2.pom | 6 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>2</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:2'
                // https://jarcasting.com/artifacts/org.apache.myfaces.portlet-bridge/portlet-bridge-master-pom/
implementation ("org.apache.myfaces.portlet-bridge:portlet-bridge-master-pom:2")
                'org.apache.myfaces.portlet-bridge:portlet-bridge-master-pom:pom:2'
                <dependency org="org.apache.myfaces.portlet-bridge" name="portlet-bridge-master-pom" rev="2">
  <artifact name="portlet-bridge-master-pom" type="pom" />
</dependency>
                @Grapes(
@Grab(group='org.apache.myfaces.portlet-bridge', module='portlet-bridge-master-pom', version='2')
)
                libraryDependencies += "org.apache.myfaces.portlet-bridge" % "portlet-bridge-master-pom" % "2"
                [org.apache.myfaces.portlet-bridge/portlet-bridge-master-pom "2"]