Последняя версия

Dummy Servlet 3.1.0

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.

Лицензия

Лицензия

Группа

Группа

cat.inspiracio
Идентификатор

Идентификатор

dummy-servlet
Версия

Версия

3.1.0
Тип

Тип

jar
Описание

Описание

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.
Ссылка на сайт

Ссылка на сайт

https://www.inspiracio.cat
Система контроля версий

Система контроля версий

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

Скачать dummy-servlet 3.1.0


<!-- 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"]

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
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)

Идентификатор библиотеки Тип Версия
javax.servlet : javax.servlet-api jar 3.1.0

test (2)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.11
org.mockito : mockito-all jar 1.9.5

Модули Проекта

Данный проект не имеет модулей.