Last Version

rest-helper 0.1.0

An extension to spring-mvc to simplify restful application stuff, see https://github.com/Hippoom/rest-helper for more detail.

License

License

GroupId

GroupId

com.github.hippoom
ArtifactId

ArtifactId

rest-helper
Version

Version

0.1.0
Type

Type

jar
Description

Description

rest-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

https://github.com/Hippoom/rest-helper

Download rest-helper 0.1.0


<!-- 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"]

Dependencies

compile (2)

Group / Artifact Type Version
com.google.guava : guava jar 18.0
org.springframework.boot : spring-boot-starter-web jar 1.2.3.RELEASE

test (5)

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

Project Modules

There are no modules declared in this project.