Download composite-s3-webjar-5.1.jar file - Jar c

Jar examples for c:composite-s3-webjar

Description

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.

You can download jar file composite-s3-webjar 5.1 in this page.

Build File

You can use the following script to add composite-s3-webjar-5.1.jar to your project.

<dependency>
   <groupId>nz.ac.auckland.composite</groupId>
   <artifactId>composite-s3-webjar</artifactId>
   <version>5.1</version>
</dependency>
compile group: 'nz.ac.auckland.composite', name: 'composite-s3-webjar', version: '5.1'
libraryDependencies += "nz.ac.auckland.composite" % "composite-s3-webjar" % "5.1"
<dependency org="nz.ac.auckland.composite" name="composite-s3-webjar" rev="5.1"/>
@Grapes(@Grab(group='nz.ac.auckland.composite', module='composite-s3-webjar', version='5.1'))
'nz.ac.auckland.composite:composite-s3-webjar:jar:5.1'

Download

Click the following link to download the jar file.

composite-s3-webjar-5.1.jar
composite-s3-webjar-5.1.pom



Related Tutorials