MVN

org.apache.portals : portlet-api_2.0_spec

Maven & Gradle

May 13, 2009
40 usages

Java Portlet Specification V2.0 · The Java Portlet API version 2.0 developed by the Java Community Process JSR-286 Expert Group.

<dependency>
    <groupId>org.apache.portals</groupId>
    <artifactId>portlet-api_2.0_spec</artifactId>
    <version>1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.portals : portlet-api_2.0_spec to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of org.apache.portals : portlet-api_2.0_spec to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0
portlet-api_2.0_spec-1.0

How to add a dependency to Maven

Add the following org.apache.portals : portlet-api_2.0_spec maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.portals</groupId>
    <artifactId>portlet-api_2.0_spec</artifactId>
    <version>1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.portals : portlet-api_2.0_spec gradle dependency to your build.gradle file:

implementation 'org.apache.portals:portlet-api_2.0_spec:1.0'

Gradle Kotlin DSL: Add the following org.apache.portals : portlet-api_2.0_spec gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.portals:portlet-api_2.0_spec:1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.portals : portlet-api_2.0_spec sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.portals" % "portlet-api_2.0_spec" % "1.0"

Advertisement

Dependencies from Group

Discover Dependencies

Mar 17, 2015
24 usages
3.5k stars
ecf
Feb 24, 2022
36 usages
Nov 10, 2010
104 usages
Mar 24, 2015
19 usages
2.5k stars
Aug 23, 2023
23 usages
170 stars
Apr 24, 2015
15 usages
9 stars
Apr 17, 2018
11 usages
234 stars