License |
License |
---|---|
GroupId | GroupIdcom.webguys.ponzu |
ArtifactId | ArtifactIdall |
Version | Version1.2.0 |
Type | Typepom |
Description |
DescriptionPonzu 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 OrganizationThe WebGuys |
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"]