p

portals-bridges-script-portlet

Apache Portals Bridges Script Bridge Portlet
Files download
File Operation
portals-bridges-script-portlet-2.0.jar download
portals-bridges-script-portlet-2.0.pom download
portals-bridges-script-portlet-2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.portals.bridges</groupId>
  <artifactId>portals-bridges-script-portlet</artifactId>
  <version>2.0</version>
</dependency>
Gradle Groovy
implementation 'org.apache.portals.bridges:portals-bridges-script-portlet:2.0'
Gradle Kotlin
implementation("org.apache.portals.bridges:portals-bridges-script-portlet:2.0")
Scala SBT
libraryDependencies += "org.apache.portals.bridges" % "portals-bridges-script-portlet" % "2.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.portals.bridges', module='portals-bridges-script-portlet', version='2.0')
)
Apache Ivy
<dependency org="org.apache.portals.bridges" name="portals-bridges-script-portlet" rev="2.0" />
Leiningen
[org.apache.portals.bridges/portals-bridges-script-portlet "2.0"]
Apache Buildr
'org.apache.portals.bridges:portals-bridges-script-portlet:jar:2.0'