| License | 
                License
                                                        The Apache License, Version 2.0                                                 
                             | 
        
|---|---|
| GroupId | GroupIdorg.coconut.cache | 
    
| ArtifactId | ArtifactIdcoconut-cache-policies | 
    
| Version | Version1.0-alpha3 | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionCoconut Cache Policies 
            Common eviction cache policies 
         | 
    
| Project Organization | 
                    Project OrganizationCodehaus | 
            
<!-- https://jarcasting.com/artifacts/org.coconut.cache/coconut-cache-policies/ -->
<dependency>
    <groupId>org.coconut.cache</groupId>
    <artifactId>coconut-cache-policies</artifactId>
    <version>1.0-alpha3</version>
</dependency>
                // https://jarcasting.com/artifacts/org.coconut.cache/coconut-cache-policies/
implementation 'org.coconut.cache:coconut-cache-policies:1.0-alpha3'
                // https://jarcasting.com/artifacts/org.coconut.cache/coconut-cache-policies/
implementation ("org.coconut.cache:coconut-cache-policies:1.0-alpha3")
                'org.coconut.cache:coconut-cache-policies:jar:1.0-alpha3'
                <dependency org="org.coconut.cache" name="coconut-cache-policies" rev="1.0-alpha3">
  <artifact name="coconut-cache-policies" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.coconut.cache', module='coconut-cache-policies', version='1.0-alpha3')
)
                libraryDependencies += "org.coconut.cache" % "coconut-cache-policies" % "1.0-alpha3"
                [org.coconut.cache/coconut-cache-policies "1.0-alpha3"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.coconut.core : coconut-core | jar | 1.0-alpha3 | 
| org.coconut.cache : coconut-cache-api | jar | 1.0-alpha3 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.coconut.test : coconut-test-framework | jar | 1.0-alpha3 |