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