is not current version
Last Version 0.9.0

net.sf.jagg:jagg-core 0.7.2

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.

Categories

Categories

Net
GroupId

GroupId

net.sf.jagg
ArtifactId

ArtifactId

jagg-core
Version

Version

0.7.2
Type

Type

jar

Download jagg-core 0.7.2


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