Jar examples for p:portlet-api
The Java Portlet API version 2.0 developed by the Java Community Process JSR-286 Expert Group.
You can download jar file portlet-api 1.0 in this page.
Apache License
You can use the following script to add portlet-api-1.0.jar to your project.
<dependency> <groupId>javax.portlet</groupId> <artifactId>portlet-api</artifactId> <version>1.0</version> </dependency>
compile group: 'javax.portlet', name: 'portlet-api', version: '1.0'
libraryDependencies += "javax.portlet" % "portlet-api" % "1.0"
<dependency org="javax.portlet" name="portlet-api" rev="1.0"/>
@Grapes(@Grab(group='javax.portlet', module='portlet-api', version='1.0'))
'javax.portlet:portlet-api:jar:1.0'
Click the following link to download the jar file.
portlet-api-1.0.jar