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