Download spring-responseentitybuilder-1.1.0.RELEASE.jar file - Jar s

Jar examples for s:spring-responseentitybuilder

Description

Useful classes for creating Spring ResponseEntity with a fluent API for adding eTags, Location, Last-Modified and other HTTP headers.

You can download jar file spring-responseentitybuilder 1.1.0.RELEASE in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add spring-responseentitybuilder-1.1.0.RELEASE.jar to your project.

<dependency>
   <groupId>net.eusashead.hateoas</groupId>
   <artifactId>spring-responseentitybuilder</artifactId>
   <version>1.1.0.RELEASE</version>
</dependency>
compile group: 'net.eusashead.hateoas', name: 'spring-responseentitybuilder', version: '1.1.0.RELEASE'
libraryDependencies += "net.eusashead.hateoas" % "spring-responseentitybuilder" % "1.1.0.RELEASE"
<dependency org="net.eusashead.hateoas" name="spring-responseentitybuilder" rev="1.1.0.RELEASE"/>
@Grapes(@Grab(group='net.eusashead.hateoas', module='spring-responseentitybuilder', version='1.1.0.RELEASE'))
'net.eusashead.hateoas:spring-responseentitybuilder:jar:1.1.0.RELEASE'

Download

Click the following link to download the jar file.

spring-responseentitybuilder-1.1.0.RELEASE-javadoc.jar
spring-responseentitybuilder-1.1.0.RELEASE-sources.jar
spring-responseentitybuilder-1.1.0.RELEASE.jar
spring-responseentitybuilder-1.1.0.RELEASE.pom



Related Tutorials