| License | 
                License
                                                        The Apache License, Version 2.0                                                 
                             | 
        
|---|---|
| GroupId | GroupIdorg.coconut.cache | 
    
| ArtifactId | ArtifactIdcoconut-cache | 
    
| Version | Version1.0-alpha3 | 
        
| Type | Typepom | 
    
| Description | 
            DescriptionCoconut Cache 
            Coconut Cache Standalone (pom) 
         | 
    
| Project Organization | 
                    Project OrganizationCodehaus | 
            
| Filename | Size | 
|---|---|
| coconut-cache-1.0-alpha3.pom | 612 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.coconut.cache/coconut-cache/ -->
<dependency>
    <groupId>org.coconut.cache</groupId>
    <artifactId>coconut-cache</artifactId>
    <version>1.0-alpha3</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/org.coconut.cache/coconut-cache/
implementation 'org.coconut.cache:coconut-cache:1.0-alpha3'
                // https://jarcasting.com/artifacts/org.coconut.cache/coconut-cache/
implementation ("org.coconut.cache:coconut-cache:1.0-alpha3")
                'org.coconut.cache:coconut-cache:pom:1.0-alpha3'
                <dependency org="org.coconut.cache" name="coconut-cache" rev="1.0-alpha3">
  <artifact name="coconut-cache" type="pom" />
</dependency>
                @Grapes(
@Grab(group='org.coconut.cache', module='coconut-cache', version='1.0-alpha3')
)
                libraryDependencies += "org.coconut.cache" % "coconut-cache" % "1.0-alpha3"
                [org.coconut.cache/coconut-cache "1.0-alpha3"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.coconut.cache : coconut-cache-impl | jar | 1.0-alpha3 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.coconut.test : coconut-test-framework | jar | 1.0-alpha3 |