License |
License |
---|---|
Categories |
CategoriesNet hate Data Data Formats Hypermedia Types |
GroupId | GroupIdnet.eusashead.hateoas |
ArtifactId | ArtifactIdspring-responseentitybuilder |
Last Version | Last Version1.1.0.RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionspring-responseentitybuilder
Useful classes for creating Spring ResponseEntity with a fluent API for adding eTags, Location, Last-Modified and other HTTP headers.
|
<!-- https://jarcasting.com/artifacts/net.eusashead.hateoas/spring-responseentitybuilder/ -->
<dependency>
<groupId>net.eusashead.hateoas</groupId>
<artifactId>spring-responseentitybuilder</artifactId>
<version>1.1.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/net.eusashead.hateoas/spring-responseentitybuilder/
implementation 'net.eusashead.hateoas:spring-responseentitybuilder:1.1.0.RELEASE'
// https://jarcasting.com/artifacts/net.eusashead.hateoas/spring-responseentitybuilder/
implementation ("net.eusashead.hateoas:spring-responseentitybuilder:1.1.0.RELEASE")
'net.eusashead.hateoas:spring-responseentitybuilder:jar:1.1.0.RELEASE'
<dependency org="net.eusashead.hateoas" name="spring-responseentitybuilder" rev="1.1.0.RELEASE">
<artifact name="spring-responseentitybuilder" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.eusashead.hateoas', module='spring-responseentitybuilder', version='1.1.0.RELEASE')
)
libraryDependencies += "net.eusashead.hateoas" % "spring-responseentitybuilder" % "1.1.0.RELEASE"
[net.eusashead.hateoas/spring-responseentitybuilder "1.1.0.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-web | jar | 3.2.3.RELEASE |
org.springframework : spring-webmvc | jar | 3.2.3.RELEASE |
org.springframework : spring-test | jar | 3.2.3.RELEASE |
com.fasterxml.jackson.core : jackson-databind | jar | 2.2.2 |
commons-beanutils : commons-beanutils | jar | 1.8.3 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.0.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.mockito : mockito-all | jar | 1.9.5 |