c

composite-s3-webjar

This composite provides the dependencies required for an individual webjar, not the final war artifact. As the webjar may or may not use the Syllabus layer, we don't include that. This includes common compile-time dependencies. Runtime dependencies should be in test.
http://www.auckland.ac.nz
Files download
File Operation
composite-s3-webjar-5.2.jar download
composite-s3-webjar-5.2.pom download
Apache Maven
<dependency>
  <groupId>nz.ac.auckland.composite</groupId>
  <artifactId>composite-s3-webjar</artifactId>
  <version>5.2</version>
</dependency>
Gradle Groovy
implementation 'nz.ac.auckland.composite:composite-s3-webjar:5.2'
Gradle Kotlin
implementation("nz.ac.auckland.composite:composite-s3-webjar:5.2")
Scala SBT
libraryDependencies += "nz.ac.auckland.composite" % "composite-s3-webjar" % "5.2"
Groovy Grape
@Grapes(
  @Grab(group='nz.ac.auckland.composite', module='composite-s3-webjar', version='5.2')
)
Apache Ivy
<dependency org="nz.ac.auckland.composite" name="composite-s3-webjar" rev="5.2" />
Leiningen
[nz.ac.auckland.composite/composite-s3-webjar "5.2"]
Apache Buildr
'nz.ac.auckland.composite:composite-s3-webjar:jar:5.2'