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