r

resource-aggregator-util

Utitilities for the Resource Aggregator project.
Files download
File Operation
resource-aggregator-util-1.0.0.jar download
resource-aggregator-util-1.0.0.pom download
resource-aggregator-util-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jasig</groupId>
  <artifactId>resource-aggregator-util</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'org.jasig:resource-aggregator-util:1.0.0'
Gradle Kotlin
implementation("org.jasig:resource-aggregator-util:1.0.0")
Scala SBT
libraryDependencies += "org.jasig" % "resource-aggregator-util" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.jasig', module='resource-aggregator-util', version='1.0.0')
)
Apache Ivy
<dependency org="org.jasig" name="resource-aggregator-util" rev="1.0.0" />
Leiningen
[org.jasig/resource-aggregator-util "1.0.0"]
Apache Buildr
'org.jasig:resource-aggregator-util:jar:1.0.0'