is not current version
Last Version 0.2.0

com.github.mjeanroy:rest-assert 0.1.0

Make testing HTTP a breeze.

GroupId

GroupId

com.github.mjeanroy
ArtifactId

ArtifactId

rest-assert
Version

Version

0.1.0
Type

Type

pom

Download rest-assert 0.1.0

Filename Size
rest-assert-0.1.0.pom 16 KB
Browse

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