p

portlet-api_2.0_spec

The Java Portlet API version 2.0 developed by the Java Community Process JSR-286 Expert Group.
http://portals.apache.org/portlet-spec/portlet-api-2.0
Files download
File Operation
portlet-api_2.0_spec-1.0.jar download
portlet-api_2.0_spec-1.0.pom download
portlet-api_2.0_spec-1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.portals</groupId>
  <artifactId>portlet-api_2.0_spec</artifactId>
  <version>1.0</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.apache.portals:portlet-api_2.0_spec:1.0'
Gradle Kotlin
implementation("org.apache.portals:portlet-api_2.0_spec:1.0")
Scala SBT
libraryDependencies += "org.apache.portals" % "portlet-api_2.0_spec" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.portals', module='portlet-api_2.0_spec', version='1.0')
)
Apache Ivy
<dependency org="org.apache.portals" name="portlet-api_2.0_spec" rev="1.0" />
Leiningen
[org.apache.portals/portlet-api_2.0_spec "1.0"]
Apache Buildr
'org.apache.portals:portlet-api_2.0_spec:jar:1.0'