Last Version

http-response-headers 0.2.0

This small java library is used with spring to use Annotations for HTTP Response Headers.

License

License

MIT
Categories

Categories

Net
GroupId

GroupId

net.dracoblue.spring
ArtifactId

ArtifactId

http-response-headers
Version

Version

0.2.0
Type

Type

jar
Description

Description

http-response-headers
This small java library is used with spring to use Annotations for HTTP Response Headers.
Project URL

Project URL

https://dracoblue.net
Source Code Management

Source Code Management

https://github.com/DracoBlue/http-response-headers.git

Download http-response-headers 0.2.0


<!-- https://jarcasting.com/artifacts/net.dracoblue.spring/http-response-headers/ -->
<dependency>
    <groupId>net.dracoblue.spring</groupId>
    <artifactId>http-response-headers</artifactId>
    <version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.dracoblue.spring/http-response-headers/
implementation 'net.dracoblue.spring:http-response-headers:0.2.0'
// https://jarcasting.com/artifacts/net.dracoblue.spring/http-response-headers/
implementation ("net.dracoblue.spring:http-response-headers:0.2.0")
'net.dracoblue.spring:http-response-headers:jar:0.2.0'
<dependency org="net.dracoblue.spring" name="http-response-headers" rev="0.2.0">
  <artifact name="http-response-headers" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.dracoblue.spring', module='http-response-headers', version='0.2.0')
)
libraryDependencies += "net.dracoblue.spring" % "http-response-headers" % "0.2.0"
[net.dracoblue.spring/http-response-headers "0.2.0"]

Dependencies

compile (3)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-web jar 1.3.2.RELEASE
org.springframework : spring-expression jar 4.2.4.RELEASE
javax.servlet : javax.servlet-api jar 3.1.0

test (1)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar 1.3.2.RELEASE

Project Modules

There are no modules declared in this project.