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