| License |
License |
|---|---|
| GroupId | GroupIdcom.sourceclear.headlines |
| ArtifactId | ArtifactIdhttp-only |
| Last Version | Last Version0.1.6 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSourceClear - HttpOnly
A servlet filter that adds a collection of security related headers to all responses.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| http-only-0.1.6.pom | |
| http-only-0.1.6.jar | 1 KB |
| http-only-0.1.6-sources.jar | 696 bytes |
| http-only-0.1.6-javadoc.jar | 333 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.sourceclear.headlines/http-only/ -->
<dependency>
<groupId>com.sourceclear.headlines</groupId>
<artifactId>http-only</artifactId>
<version>0.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.sourceclear.headlines/http-only/
implementation 'com.sourceclear.headlines:http-only:0.1.6'
// https://jarcasting.com/artifacts/com.sourceclear.headlines/http-only/
implementation ("com.sourceclear.headlines:http-only:0.1.6")
'com.sourceclear.headlines:http-only:jar:0.1.6'
<dependency org="com.sourceclear.headlines" name="http-only" rev="0.1.6">
<artifact name="http-only" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sourceclear.headlines', module='http-only', version='0.1.6')
)
libraryDependencies += "com.sourceclear.headlines" % "http-only" % "0.1.6"
[com.sourceclear.headlines/http-only "0.1.6"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.guava : guava | jar | 16.0.1 |
| com.google.code.gson : gson | jar | 2.2.4 |
| com.google.code.findbugs : jsr305 | jar | 2.0.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : javax.servlet-api | jar | 3.0.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.springframework : spring-test | jar | 3.2.2.RELEASE |