| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.sf.jagg |
| ArtifactId | ArtifactIdjagg-core |
| Last Version | Last Version0.9.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionjagg-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 |
| Project Organization |
Project OrganizationjAgg Team |
| Filename | Size |
|---|---|
| jagg-core-0.9.0.pom | |
| jagg-core-0.9.0.jar | 108 KB |
| jagg-core-0.9.0-sources.jar | 92 KB |
| jagg-core-0.9.0-javadoc.jar | 435 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.8.2 |