| License |
License |
|---|---|
| GroupId | GroupIdcom.sourceclear.headlines |
| ArtifactId | ArtifactIdheadlines |
| Version | Version0.1.6 |
| Type | Typejar |
| Description |
DescriptionSourceClear - HeadLines
A servlet filter that adds a collection of security related headers to all responses.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| headlines-0.1.6.pom | |
| headlines-0.1.6.jar | 31 KB |
| headlines-0.1.6-sources.jar | 33 KB |
| headlines-0.1.6-javadoc.jar | 181 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.sourceclear.headlines/headlines/ -->
<dependency>
<groupId>com.sourceclear.headlines</groupId>
<artifactId>headlines</artifactId>
<version>0.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.sourceclear.headlines/headlines/
implementation 'com.sourceclear.headlines:headlines:0.1.6'
// https://jarcasting.com/artifacts/com.sourceclear.headlines/headlines/
implementation ("com.sourceclear.headlines:headlines:0.1.6")
'com.sourceclear.headlines:headlines:jar:0.1.6'
<dependency org="com.sourceclear.headlines" name="headlines" rev="0.1.6">
<artifact name="headlines" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sourceclear.headlines', module='headlines', version='0.1.6')
)
libraryDependencies += "com.sourceclear.headlines" % "headlines" % "0.1.6"
[com.sourceclear.headlines/headlines "0.1.6"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.guava : guava | jar | 13.0.1 |
| com.google.code.gson : gson | jar | 2.2.2 |
| 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 |