is not current version
Last Version 2.1.0

com.github.mjeanroy:junit-servers 1.0.0

Add Embedded Server to your junit tests case.

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

com.github.mjeanroy
ArtifactId

ArtifactId

junit-servers
Version

Version

1.0.0
Type

Type

pom

Download junit-servers 1.0.0

Filename Size
junit-servers-1.0.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>1.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.mjeanroy/junit-servers/
implementation 'com.github.mjeanroy:junit-servers:1.0.0'
// https://jarcasting.com/artifacts/com.github.mjeanroy/junit-servers/
implementation ("com.github.mjeanroy:junit-servers:1.0.0")
'com.github.mjeanroy:junit-servers:pom:1.0.0'
<dependency org="com.github.mjeanroy" name="junit-servers" rev="1.0.0">
  <artifact name="junit-servers" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.mjeanroy', module='junit-servers', version='1.0.0')
)
libraryDependencies += "com.github.mjeanroy" % "junit-servers" % "1.0.0"
[com.github.mjeanroy/junit-servers "1.0.0"]