Files download
File Operation
rest-assert-unit-0.2.0.jar download
rest-assert-unit-0.2.0.pom download
rest-assert-unit-0.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.mjeanroy</groupId>
  <artifactId>rest-assert-unit</artifactId>
  <version>0.2.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.mjeanroy:rest-assert-unit:0.2.0'
Gradle Kotlin
implementation("com.github.mjeanroy:rest-assert-unit:0.2.0")
Scala SBT
libraryDependencies += "com.github.mjeanroy" % "rest-assert-unit" % "0.2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.mjeanroy', module='rest-assert-unit', version='0.2.0')
)
Apache Ivy
<dependency org="com.github.mjeanroy" name="rest-assert-unit" rev="0.2.0" />
Leiningen
[com.github.mjeanroy/rest-assert-unit "0.2.0"]
Apache Buildr
'com.github.mjeanroy:rest-assert-unit:jar:0.2.0'