MVN

org.apache.portals.pluto : pluto

Maven & Gradle

Dec 18, 2021
24 stars

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

<dependency>
    <groupId>org.apache.portals.pluto</groupId>
    <artifactId>pluto</artifactId>
    <version>3.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.portals.pluto : pluto to add to Maven - Latest Versions:

  • Latest Stable: 3.1.1

All Versions

Choose a version of org.apache.portals.pluto : pluto to add to Maven - All Versions:

Version Vulnerabilities Updated
3.1.x
pluto-3.1.1
pluto-3.1.0
3.0.x
pluto-3.0.1
CVE-2019-0186
pluto-3.0.0
2 vulnerabilities
2.1.x
pluto-2.1.0-M3
pluto-2.1.0-M2
pluto-2.1.0-M1
2.0.x
pluto-2.0.3
pluto-2.0.2
pluto-2.0.1
pluto-2.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.apache.portals.pluto</groupId>
    <artifactId>pluto</artifactId>
    <version>3.1.1</version>
</dependency>

Advertisement