License |
License |
---|---|
GroupId | GroupIdcom.webguys.ponzu |
ArtifactId | ArtifactIdapi |
Last Version | Last Version1.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPonzu API
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 OrganizationThe WebGuys |
Filename | Size |
---|---|
api-1.2.0.pom | |
api-1.2.0.jar | 68 KB |
api-1.2.0-sources.jar | 101 KB |
api-1.2.0-javadoc.jar | 856 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.webguys.ponzu/api/ -->
<dependency>
<groupId>com.webguys.ponzu</groupId>
<artifactId>api</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.webguys.ponzu/api/
implementation 'com.webguys.ponzu:api:1.2.0'
// https://jarcasting.com/artifacts/com.webguys.ponzu/api/
implementation ("com.webguys.ponzu:api:1.2.0")
'com.webguys.ponzu:api:jar:1.2.0'
<dependency org="com.webguys.ponzu" name="api" rev="1.2.0">
<artifact name="api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.webguys.ponzu', module='api', version='1.2.0')
)
libraryDependencies += "com.webguys.ponzu" % "api" % "1.2.0"
[com.webguys.ponzu/api "1.2.0"]
Group / Artifact | Type | Version |
---|---|---|
net.jcip : jcip-annotations Optional | jar | 1.0 |