Files download
File Operation
jaggregate-3.3.jar download
jaggregate-3.3.pom download
jaggregate-3.3-sources.jar download
Apache Maven
<dependency>
  <groupId>net.sf.jaggregate</groupId>
  <artifactId>jaggregate</artifactId>
  <version>3.3</version>
</dependency>
Gradle Groovy
implementation 'net.sf.jaggregate:jaggregate:3.3'
Gradle Kotlin
implementation("net.sf.jaggregate:jaggregate:3.3")
Scala SBT
libraryDependencies += "net.sf.jaggregate" % "jaggregate" % "3.3"
Groovy Grape
@Grapes(
  @Grab(group='net.sf.jaggregate', module='jaggregate', version='3.3')
)
Apache Ivy
<dependency org="net.sf.jaggregate" name="jaggregate" rev="3.3" />
Leiningen
[net.sf.jaggregate/jaggregate "3.3"]
Apache Buildr
'net.sf.jaggregate:jaggregate:jar:3.3'