MVN

com.webguys.ponzu : all

Maven & Gradle

Aug 08, 2012

Ponzu Parent Project · Ponzu is a collections framework for Java. It has JDK-compatible List, Set and Map implementations with a rich API and set of utility classes that work with any JDK compatible Collections, Arrays, Maps or Strings.

<dependency>
    <groupId>com.webguys.ponzu</groupId>
    <artifactId>all</artifactId>
    <version>1.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.webguys.ponzu : all to add to Maven - Latest Versions:

  • Latest Stable: 1.2.0

All Versions

Choose a version of com.webguys.ponzu : all to add to Maven - All Versions:

Version Vulnerabilities Updated
1.2.x
all-1.2.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.webguys.ponzu</groupId>
    <artifactId>all</artifactId>
    <version>1.2.0</version>
</dependency>