Last Version

junit-servers-tomcat 2.1.0

Add Tomcat Embedded Server to your junit tests case.

License

License

Categories

Categories

Tomcat Container Application Servers JUnit Unit Testing
GroupId

GroupId

com.github.mjeanroy
ArtifactId

ArtifactId

junit-servers-tomcat
Version

Version

2.1.0
Type

Type

jar
Description

Description

junit-servers-tomcat
Add Tomcat Embedded Server to your junit tests case.
Project URL

Project URL

https://github.com/mjeanroy/junit-servers

Download junit-servers-tomcat 2.1.0


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

Dependencies

compile (6)

Group / Artifact Type Version
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

provided (3)

Group / Artifact Type Version
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

test (10)

Group / Artifact Type Version
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

Project Modules

There are no modules declared in this project.