Dummy Servlet

Dummy Servlet provides some implementations for the interfaces and classes of the Java Servlet spec that are useful for testing and simulation. The version should be the same as the version of the Servlet Spec.

License

License

GroupId

GroupId

cat.inspiracio
ArtifactId

ArtifactId

dummy-servlet
Last Version

Last Version

3.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

Dummy Servlet
Dummy Servlet provides some implementations for the interfaces and classes of the Java Servlet spec that are useful for testing and simulation. The version should be the same as the version of the Servlet Spec.
Project URL

Project URL

https://www.inspiracio.cat
Source Code Management

Source Code Management

https://bitbucket.org/bunkenburg/dummy-servlet

Download dummy-servlet

How to add to project

<!-- https://jarcasting.com/artifacts/cat.inspiracio/dummy-servlet/ -->
<dependency>
    <groupId>cat.inspiracio</groupId>
    <artifactId>dummy-servlet</artifactId>
    <version>3.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/cat.inspiracio/dummy-servlet/
implementation 'cat.inspiracio:dummy-servlet:3.1.0'
// https://jarcasting.com/artifacts/cat.inspiracio/dummy-servlet/
implementation ("cat.inspiracio:dummy-servlet:3.1.0")
'cat.inspiracio:dummy-servlet:jar:3.1.0'
<dependency org="cat.inspiracio" name="dummy-servlet" rev="3.1.0">
  <artifact name="dummy-servlet" type="jar" />
</dependency>
@Grapes(
@Grab(group='cat.inspiracio', module='dummy-servlet', version='3.1.0')
)
libraryDependencies += "cat.inspiracio" % "dummy-servlet" % "3.1.0"
[cat.inspiracio/dummy-servlet "3.1.0"]

Dependencies

compile (3)

Group / Artifact Type Version
cat.inspiracio : url-parser jar 0.0.0
javax.servlet.jsp : javax.servlet.jsp-api jar 2.3.0
javax.el : javax.el-api jar 3.0.0

provided (1)

Group / Artifact Type Version
javax.servlet : javax.servlet-api jar 3.1.0

test (2)

Group / Artifact Type Version
junit : junit jar 4.11
org.mockito : mockito-all jar 1.9.5

Project Modules

There are no modules declared in this project.

Versions

Version
3.1.0
0.0.1
0.0.0