r

resource-aggregator-plugin

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