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