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