Download pluto-1.0.1-rc4.jar file - Jar p

Jar examples for p:pluto

Description

Apache Pluto is the Reference Implementation of the Java Portlet Specification.

You can download jar file pluto 1.0.1-rc4 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add pluto-1.0.1-rc4.jar to your project.

<dependency>
   <groupId>org.apache.pluto</groupId>
   <artifactId>pluto</artifactId>
   <version>1.0.1-rc4</version>
</dependency>
compile group: 'org.apache.pluto', name: 'pluto', version: '1.0.1-rc4'
libraryDependencies += "org.apache.pluto" % "pluto" % "1.0.1-rc4"
<dependency org="org.apache.pluto" name="pluto" rev="1.0.1-rc4"/>
@Grapes(@Grab(group='org.apache.pluto', module='pluto', version='1.0.1-rc4'))
'org.apache.pluto:pluto:jar:1.0.1-rc4'

Download

Click the following link to download the jar file.

pluto-1.0.1-rc4.jar
pluto-1.0.1-rc4.pom



Related Tutorials