Jar examples for d:dummy-servlet
Dummy Servlet provides some implementations for the interfaces and classes of the Java Servlet spec that are useful for testing and simulation.
You can download jar file dummy-servlet 0.0.1 in this page.
The Apache Software License, Version 2.0
You can use the following script to add dummy-servlet-0.0.1.jar to your project.
<dependency> <groupId>cat.inspiracio</groupId> <artifactId>dummy-servlet</artifactId> <version>0.0.1</version> </dependency>
compile group: 'cat.inspiracio', name: 'dummy-servlet', version: '0.0.1'
libraryDependencies += "cat.inspiracio" % "dummy-servlet" % "0.0.1"
<dependency org="cat.inspiracio" name="dummy-servlet" rev="0.0.1"/>
@Grapes(@Grab(group='cat.inspiracio', module='dummy-servlet', version='0.0.1'))
'cat.inspiracio:dummy-servlet:jar:0.0.1'
Click the following link to download the jar file.
dummy-servlet-0.0.1-javadoc.jar