License |
License |
---|---|
GroupId | GroupIdcat.inspiracio |
ArtifactId | ArtifactIddummy-servlet |
Last Version | Last Version3.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDummy 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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
dummy-servlet-3.1.0.pom | |
dummy-servlet-3.1.0.jar | 32 KB |
dummy-servlet-3.1.0-sources.jar | 26 KB |
dummy-servlet-3.1.0-javadoc.jar | 144 KB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.1.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.mockito : mockito-all | jar | 1.9.5 |