Last Version

junit-servers-core 2.1.0

Add Embedded Server to your junit tests case.

License

License

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

com.github.mjeanroy
ArtifactId

ArtifactId

junit-servers-core
Version

Version

2.1.0
Type

Type

jar
Description

Description

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

Project URL

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

Download junit-servers-core 2.1.0


<!-- https://jarcasting.com/artifacts/com.github.mjeanroy/junit-servers-core/ -->
<dependency>
    <groupId>com.github.mjeanroy</groupId>
    <artifactId>junit-servers-core</artifactId>
    <version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mjeanroy/junit-servers-core/
implementation 'com.github.mjeanroy:junit-servers-core:2.1.0'
// https://jarcasting.com/artifacts/com.github.mjeanroy/junit-servers-core/
implementation ("com.github.mjeanroy:junit-servers-core:2.1.0")
'com.github.mjeanroy:junit-servers-core:jar:2.1.0'
<dependency org="com.github.mjeanroy" name="junit-servers-core" rev="2.1.0">
  <artifact name="junit-servers-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mjeanroy', module='junit-servers-core', version='2.1.0')
)
libraryDependencies += "com.github.mjeanroy" % "junit-servers-core" % "2.1.0"
[com.github.mjeanroy/junit-servers-core "2.1.0"]

Dependencies

compile (7)

Group / Artifact Type Version
org.slf4j : slf4j-api Optional jar 1.7.32
org.apache.logging.log4j : log4j-api Optional jar 2.17.1
org.apache.logging.log4j : log4j-core Optional jar 2.17.1
com.ning : async-http-client Optional jar 1.9.40
org.asynchttpclient : async-http-client Optional jar 2.12.3
org.apache.httpcomponents : httpclient Optional jar 4.5.13
com.squareup.okhttp3 : okhttp Optional jar 4.9.3

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 (9)

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.mockito : mockito-core jar 4.2.0
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
com.github.tomakehurst : wiremock jar 2.27.2
nl.jqno.equalsverifier : equalsverifier jar 3.8.1
ch.qos.logback : logback-classic jar 1.2.10

Project Modules

There are no modules declared in this project.