Nothing to see here.
| License |
License |
|---|---|
| GroupId | GroupIdcom.github.mjeanroy |
| ArtifactId | ArtifactIdrest-assert |
| Last Version | Last Version0.2.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptionrest-assert
Make testing HTTP a breeze.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| rest-assert-0.2.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.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.mjeanroy/rest-assert/
implementation 'com.github.mjeanroy:rest-assert:0.2.0'
// https://jarcasting.com/artifacts/com.github.mjeanroy/rest-assert/
implementation ("com.github.mjeanroy:rest-assert:0.2.0")
'com.github.mjeanroy:rest-assert:pom:0.2.0'
<dependency org="com.github.mjeanroy" name="rest-assert" rev="0.2.0">
<artifact name="rest-assert" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.mjeanroy', module='rest-assert', version='0.2.0')
)
libraryDependencies += "com.github.mjeanroy" % "rest-assert" % "0.2.0"
[com.github.mjeanroy/rest-assert "0.2.0"]
Nothing to see here.