Last Version

Ponzu Parent Project 1.2.0

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.

License

License

GroupId

GroupId

com.webguys.ponzu
ArtifactId

ArtifactId

all
Version

Version

1.2.0
Type

Type

pom
Description

Description

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.
Project Organization

Project Organization

The WebGuys

Download all 1.2.0

Filename Size
all-1.2.0.pom 13 KB
Browse

<!-- https://jarcasting.com/artifacts/com.webguys.ponzu/all/ -->
<dependency>
    <groupId>com.webguys.ponzu</groupId>
    <artifactId>all</artifactId>
    <version>1.2.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.webguys.ponzu/all/
implementation 'com.webguys.ponzu:all:1.2.0'
// https://jarcasting.com/artifacts/com.webguys.ponzu/all/
implementation ("com.webguys.ponzu:all:1.2.0")
'com.webguys.ponzu:all:pom:1.2.0'
<dependency org="com.webguys.ponzu" name="all" rev="1.2.0">
  <artifact name="all" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.webguys.ponzu', module='all', version='1.2.0')
)
libraryDependencies += "com.webguys.ponzu" % "all" % "1.2.0"
[com.webguys.ponzu/all "1.2.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • api
  • impl
  • testutils