r

resource-aggregator-util

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