| Categories | 
                CategoriesSpring MVC User Interface Web Frameworks Net | 
        
|---|---|
| GroupId | GroupIdnet.rossillo.mvc.cache | 
    
| ArtifactId | ArtifactIdspring-mvc-cache-control | 
    
| Version | Version1.1.0-RELEASE | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/net.rossillo.mvc.cache/spring-mvc-cache-control/ -->
<dependency>
    <groupId>net.rossillo.mvc.cache</groupId>
    <artifactId>spring-mvc-cache-control</artifactId>
    <version>1.1.0-RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/net.rossillo.mvc.cache/spring-mvc-cache-control/
implementation 'net.rossillo.mvc.cache:spring-mvc-cache-control:1.1.0-RELEASE'
                // https://jarcasting.com/artifacts/net.rossillo.mvc.cache/spring-mvc-cache-control/
implementation ("net.rossillo.mvc.cache:spring-mvc-cache-control:1.1.0-RELEASE")
                'net.rossillo.mvc.cache:spring-mvc-cache-control:jar:1.1.0-RELEASE'
                <dependency org="net.rossillo.mvc.cache" name="spring-mvc-cache-control" rev="1.1.0-RELEASE">
  <artifact name="spring-mvc-cache-control" type="jar" />
</dependency>
                @Grapes(
@Grab(group='net.rossillo.mvc.cache', module='spring-mvc-cache-control', version='1.1.0-RELEASE')
)
                libraryDependencies += "net.rossillo.mvc.cache" % "spring-mvc-cache-control" % "1.1.0-RELEASE"
                [net.rossillo.mvc.cache/spring-mvc-cache-control "1.1.0-RELEASE"]