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