Last Version

junit-servers 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
Version

Version

2.1.0
Type

Type

pom
Description

Description

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

Project URL

https://github.com/mjeanroy/junit-servers
Source Code Management

Source Code Management

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

Download junit-servers 2.1.0

Filename Size
junit-servers-2.1.0.pom 18 KB
Browse

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • junit-servers-core
  • junit-servers-jetty
  • junit-servers-tomcat
  • samples