is not current version
Last Version 1.0.4

org.apache.portals.bridges:portals-bridges 1.0.3

Portals Bridges provides support for JSR-168 compliant Portlet development using common web frameworks like Struts, JSF, PHP, Perl and Velocity

GroupId

GroupId

org.apache.portals.bridges
ArtifactId

ArtifactId

portals-bridges
Version

Version

1.0.3
Type

Type

pom

Download portals-bridges 1.0.3

Filename Size
portals-bridges-1.0.3.pom 24 KB
Browse

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