| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииTomcat Контейнер Application Servers JUnit Тестирование компонентов |
| Группа | Группаcom.github.mjeanroy |
| Идентификатор | Идентификаторjunit-servers-tomcat |
| Последняя версия | Последняя версия2.1.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеjunit-servers-tomcat
Add Tomcat Embedded Server to your junit tests case.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| junit-servers-tomcat-2.1.0.pom | |
| junit-servers-tomcat-2.1.0.jar | 23 KB |
| junit-servers-tomcat-2.1.0-sources.jar | 29 KB |
| junit-servers-tomcat-2.1.0-javadoc.jar | 140 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.mjeanroy/junit-servers-tomcat/ -->
<dependency>
<groupId>com.github.mjeanroy</groupId>
<artifactId>junit-servers-tomcat</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mjeanroy/junit-servers-tomcat/
implementation 'com.github.mjeanroy:junit-servers-tomcat:2.1.0'
// https://jarcasting.com/artifacts/com.github.mjeanroy/junit-servers-tomcat/
implementation ("com.github.mjeanroy:junit-servers-tomcat:2.1.0")
'com.github.mjeanroy:junit-servers-tomcat:jar:2.1.0'
<dependency org="com.github.mjeanroy" name="junit-servers-tomcat" rev="2.1.0">
<artifact name="junit-servers-tomcat" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mjeanroy', module='junit-servers-tomcat', version='2.1.0')
)
libraryDependencies += "com.github.mjeanroy" % "junit-servers-tomcat" % "2.1.0"
[com.github.mjeanroy/junit-servers-tomcat "2.1.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.github.mjeanroy : junit-servers-core | jar | 2.1.0 |
| org.apache.tomcat.embed : tomcat-embed-core | jar | 8.5.65 |
| org.apache.tomcat.embed : tomcat-embed-jasper | jar | 8.5.65 |
| org.apache.tomcat : tomcat-jasper | jar | 8.5.65 |
| org.apache.tomcat : tomcat-jasper-el | jar | 8.5.65 |
| org.apache.tomcat : tomcat-jsp-api | jar | 8.5.65 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.13.2 |
| org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |
| javax.servlet : javax.servlet-api | jar | 4.0.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |
| org.junit.vintage : junit-vintage-engine | jar | 5.8.2 |
| org.assertj : assertj-core | jar | 3.22.0 |
| org.apache.commons : commons-lang3 | jar | 3.12.0 |
| commons-io : commons-io | jar | 2.11.0 |
| org.mockito : mockito-core | jar | 4.2.0 |
| nl.jqno.equalsverifier : equalsverifier | jar | 3.8.1 |
| com.squareup.okhttp3 : okhttp | jar | 4.9.3 |
| org.slf4j : slf4j-api | jar | 1.7.32 |
| ch.qos.logback : logback-classic | jar | 1.2.10 |