is not current version
Last Version 3.3

net.sf.jaggregate:jaggregate 3.2.1

An alternative collections library for Java

Categories

Categories

Net
GroupId

GroupId

net.sf.jaggregate
ArtifactId

ArtifactId

jaggregate
Version

Version

3.2.1
Type

Type

jar

Download jaggregate 3.2.1


<!-- https://jarcasting.com/artifacts/net.sf.jaggregate/jaggregate/ -->
<dependency>
    <groupId>net.sf.jaggregate</groupId>
    <artifactId>jaggregate</artifactId>
    <version>3.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.jaggregate/jaggregate/
implementation 'net.sf.jaggregate:jaggregate:3.2.1'
// https://jarcasting.com/artifacts/net.sf.jaggregate/jaggregate/
implementation ("net.sf.jaggregate:jaggregate:3.2.1")
'net.sf.jaggregate:jaggregate:jar:3.2.1'
<dependency org="net.sf.jaggregate" name="jaggregate" rev="3.2.1">
  <artifact name="jaggregate" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.jaggregate', module='jaggregate', version='3.2.1')
)
libraryDependencies += "net.sf.jaggregate" % "jaggregate" % "3.2.1"
[net.sf.jaggregate/jaggregate "3.2.1"]