is not current version
Last Version 5.2

nz.ac.auckland.composite:composite-s3-webjar 5.1

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.

GroupId

GroupId

nz.ac.auckland.composite
ArtifactId

ArtifactId

composite-s3-webjar
Version

Version

5.1
Type

Type

jar

Download composite-s3-webjar 5.1


<!-- https://jarcasting.com/artifacts/nz.ac.auckland.composite/composite-s3-webjar/ -->
<dependency>
    <groupId>nz.ac.auckland.composite</groupId>
    <artifactId>composite-s3-webjar</artifactId>
    <version>5.1</version>
</dependency>
// https://jarcasting.com/artifacts/nz.ac.auckland.composite/composite-s3-webjar/
implementation 'nz.ac.auckland.composite:composite-s3-webjar:5.1'
// https://jarcasting.com/artifacts/nz.ac.auckland.composite/composite-s3-webjar/
implementation ("nz.ac.auckland.composite:composite-s3-webjar:5.1")
'nz.ac.auckland.composite:composite-s3-webjar:jar:5.1'
<dependency org="nz.ac.auckland.composite" name="composite-s3-webjar" rev="5.1">
  <artifact name="composite-s3-webjar" type="jar" />
</dependency>
@Grapes(
@Grab(group='nz.ac.auckland.composite', module='composite-s3-webjar', version='5.1')
)
libraryDependencies += "nz.ac.auckland.composite" % "composite-s3-webjar" % "5.1"
[nz.ac.auckland.composite/composite-s3-webjar "5.1"]