Jar examples for c:composite-servlet
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.
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'
Click the following link to download the jar file.
composite-servlet-1.3.jar