| GroupId | GroupIdorg.apache.myfaces.portlet-bridge | 
    
|---|---|
| ArtifactId | ArtifactIdportlet-bridge-api | 
    
| Version | Version1.0.0-alpha-3 | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/org.apache.myfaces.portlet-bridge/portlet-bridge-api/ -->
<dependency>
    <groupId>org.apache.myfaces.portlet-bridge</groupId>
    <artifactId>portlet-bridge-api</artifactId>
    <version>1.0.0-alpha-3</version>
</dependency>
                // https://jarcasting.com/artifacts/org.apache.myfaces.portlet-bridge/portlet-bridge-api/
implementation 'org.apache.myfaces.portlet-bridge:portlet-bridge-api:1.0.0-alpha-3'
                // https://jarcasting.com/artifacts/org.apache.myfaces.portlet-bridge/portlet-bridge-api/
implementation ("org.apache.myfaces.portlet-bridge:portlet-bridge-api:1.0.0-alpha-3")
                'org.apache.myfaces.portlet-bridge:portlet-bridge-api:jar:1.0.0-alpha-3'
                <dependency org="org.apache.myfaces.portlet-bridge" name="portlet-bridge-api" rev="1.0.0-alpha-3">
  <artifact name="portlet-bridge-api" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.apache.myfaces.portlet-bridge', module='portlet-bridge-api', version='1.0.0-alpha-3')
)
                libraryDependencies += "org.apache.myfaces.portlet-bridge" % "portlet-bridge-api" % "1.0.0-alpha-3"
                [org.apache.myfaces.portlet-bridge/portlet-bridge-api "1.0.0-alpha-3"]