| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcom.sourceclear | 
    
| ArtifactId | ArtifactIdheadlines | 
    
| Last Version | Last Version0.1.3 | 
        
| Release Date | Release Date | 
        
| 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.3.pom | |
| headlines-0.1.3.jar | 21 KB | 
| headlines-0.1.3-sources.jar | 20 KB | 
| headlines-0.1.3-javadoc.jar | 121 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.sourceclear/headlines/ -->
<dependency>
    <groupId>com.sourceclear</groupId>
    <artifactId>headlines</artifactId>
    <version>0.1.3</version>
</dependency>
                // https://jarcasting.com/artifacts/com.sourceclear/headlines/
implementation 'com.sourceclear:headlines:0.1.3'
                // https://jarcasting.com/artifacts/com.sourceclear/headlines/
implementation ("com.sourceclear:headlines:0.1.3")
                'com.sourceclear:headlines:jar:0.1.3'
                <dependency org="com.sourceclear" name="headlines" rev="0.1.3">
  <artifact name="headlines" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.sourceclear', module='headlines', version='0.1.3')
)
                libraryDependencies += "com.sourceclear" % "headlines" % "0.1.3"
                [com.sourceclear/headlines "0.1.3"]
                | 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 |