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