License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdcom.github.mjeanroy |
ArtifactId | ArtifactIdjunit-servers-core |
Last Version | Last Version2.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjunit-servers-core
Add Embedded Server to your junit tests case.
|
Project URL |
Project URL |
Filename | Size |
---|---|
junit-servers-core-2.1.0.pom | |
junit-servers-core-2.1.0.jar | 171 KB |
junit-servers-core-2.1.0-sources.jar | 195 KB |
junit-servers-core-2.1.0-javadoc.jar | 600 KB |
Browse |
<!-- 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"]
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 |
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 |
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 |