Download composite-servlet-1.2.jar file - Jar c

Jar examples for c:composite-servlet

Description

Holds the version of the Servlet standard we are using in one place.

You can download jar file composite-servlet 1.2 in this page.

Build File

You can use the following script to add composite-servlet-1.2.jar to your project.

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

Download

Click the following link to download the jar file.

composite-servlet-1.2.jar
composite-servlet-1.2.pom



Related Tutorials