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