License |
License |
---|---|
GroupId | GroupIdcom.github.hippoom |
ArtifactId | ArtifactIdrest-helper |
Last Version | Last Version0.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionrest-helper
An extension to spring-mvc to simplify restful application stuff, see https://github.com/Hippoom/rest-helper for more detail.
|
Project URL |
Project URL |
Filename | Size |
---|---|
rest-helper-0.1.0.pom | |
rest-helper-0.1.0.jar | 7 KB |
rest-helper-0.1.0-sources.jar | 3 KB |
rest-helper-0.1.0-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.hippoom/rest-helper/ -->
<dependency>
<groupId>com.github.hippoom</groupId>
<artifactId>rest-helper</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hippoom/rest-helper/
implementation 'com.github.hippoom:rest-helper:0.1.0'
// https://jarcasting.com/artifacts/com.github.hippoom/rest-helper/
implementation ("com.github.hippoom:rest-helper:0.1.0")
'com.github.hippoom:rest-helper:jar:0.1.0'
<dependency org="com.github.hippoom" name="rest-helper" rev="0.1.0">
<artifact name="rest-helper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hippoom', module='rest-helper', version='0.1.0')
)
libraryDependencies += "com.github.hippoom" % "rest-helper" % "0.1.0"
[com.github.hippoom/rest-helper "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 18.0 |
org.springframework.boot : spring-boot-starter-web | jar | 1.2.3.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
com.jayway.restassured : rest-assured | jar | 2.4.0 |
org.springframework.boot : spring-boot-starter-test | jar | 1.2.3.RELEASE |
org.hamcrest : hamcrest-library | jar | 1.3 |
com.jayway.jsonpath : json-path | jar | 0.9.1 |