r

resource-aggregator-parent

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