jagg-core

jAgg is a Java 5.0 API that supports “group by” operations on Lists of Java objects: aggregate operations such as count, sum, max, min, avg, and many more. It also allows custom aggregate operations.

License

License

Categories

Categories

Net
GroupId

GroupId

net.sf.jagg
ArtifactId

ArtifactId

jagg-core
Last Version

Last Version

0.9.0
Release Date

Release Date

Type

Type

jar
Description

Description

jagg-core
jAgg is a Java 5.0 API that supports “group by” operations on Lists of Java objects: aggregate operations such as count, sum, max, min, avg, and many more. It also allows custom aggregate operations.
Project URL

Project URL

http://jagg.sourceforge.net
Project Organization

Project Organization

jAgg Team

Download jagg-core

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.8.2

Project Modules

There are no modules declared in this project.

Versions

Version
0.9.0
0.8.1
0.8.0
0.7.2
0.7.1
0.7.0
0.6.0