Download jagg-core-0.9.0.jar file - Jar j

Jar examples for j:jagg-core

Description

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.

You can download jar file jagg-core 0.9.0 in this page.

Build File

You can use the following script to add jagg-core-0.9.0.jar to your project.

<dependency>
   <groupId>net.sf.jagg</groupId>
   <artifactId>jagg-core</artifactId>
   <version>0.9.0</version>
</dependency>
compile group: 'net.sf.jagg', name: 'jagg-core', version: '0.9.0'
libraryDependencies += "net.sf.jagg" % "jagg-core" % "0.9.0"
<dependency org="net.sf.jagg" name="jagg-core" rev="0.9.0"/>
@Grapes(@Grab(group='net.sf.jagg', module='jagg-core', version='0.9.0'))
'net.sf.jagg:jagg-core:jar:0.9.0'

Download

Click the following link to download the jar file.

jagg-core-0.9.0-javadoc.jar
jagg-core-0.9.0-sources.jar
jagg-core-0.9.0.jar
jagg-core-0.9.0.pom



Related Tutorials