MVN

net.sf.jagg : jagg-core

Maven & Gradle

Nov 13, 2014
1 usages

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.

<dependency>
    <groupId>net.sf.jagg</groupId>
    <artifactId>jagg-core</artifactId>
    <version>0.9.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.jagg : jagg-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.0

All Versions

Choose a version of net.sf.jagg : jagg-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
jagg-core-0.9.0
0.8.x
jagg-core-0.8.1
jagg-core-0.8.0
0.7.x
jagg-core-0.7.2
jagg-core-0.7.1
jagg-core-0.7.0
0.6.x
jagg-core-0.6.0

How to add a dependency to Maven

Add the following net.sf.jagg : jagg-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sf.jagg</groupId>
    <artifactId>jagg-core</artifactId>
    <version>0.9.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sf.jagg : jagg-core gradle dependency to your build.gradle file:

implementation 'net.sf.jagg:jagg-core:0.9.0'

Gradle Kotlin DSL: Add the following net.sf.jagg : jagg-core gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sf.jagg:jagg-core:0.9.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sf.jagg : jagg-core sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sf.jagg" % "jagg-core" % "0.9.0"

Advertisement

Dependencies from Group

Nov 13, 2014
1 usages
Nov 13, 2014

Discover Dependencies

Dec 05, 2014
1 usages
20 stars
Feb 17, 2015
1 usages
Sep 19, 2013
1 usages
0 stars
Apr 28, 2014
2 usages
6 stars
May 27, 2014
1 usages
58 stars
Aug 12, 2013
4 usages
Oct 16, 2013
1 usages
38 stars
Apr 01, 2015
1 usages
124 stars