Download composite-servlet-1.3.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.3 in this page.

Build File

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

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

Download

Click the following link to download the jar file.

composite-servlet-1.3.jar
composite-servlet-1.3.pom



Related Tutorials