| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcom.ajjpj.a-foundation | 
    
| ArtifactId | ArtifactIda-foundation-parent | 
    
| Last Version | Last Version1.0-pre19 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            Descriptiona-foundation-parent-1.0-pre19 
            a-foundation is a library of fundamental (hence the name) classes, most notably immutable collection classes with copy-on-write operations 
         | 
    
| Filename | Size | 
|---|---|
| a-foundation-parent-1.0-pre19.pom | 2 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.ajjpj.a-foundation/a-foundation-parent/ -->
<dependency>
    <groupId>com.ajjpj.a-foundation</groupId>
    <artifactId>a-foundation-parent</artifactId>
    <version>1.0-pre19</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/com.ajjpj.a-foundation/a-foundation-parent/
implementation 'com.ajjpj.a-foundation:a-foundation-parent:1.0-pre19'
                // https://jarcasting.com/artifacts/com.ajjpj.a-foundation/a-foundation-parent/
implementation ("com.ajjpj.a-foundation:a-foundation-parent:1.0-pre19")
                'com.ajjpj.a-foundation:a-foundation-parent:pom:1.0-pre19'
                <dependency org="com.ajjpj.a-foundation" name="a-foundation-parent" rev="1.0-pre19">
  <artifact name="a-foundation-parent" type="pom" />
</dependency>
                @Grapes(
@Grab(group='com.ajjpj.a-foundation', module='a-foundation-parent', version='1.0-pre19')
)
                libraryDependencies += "com.ajjpj.a-foundation" % "a-foundation-parent" % "1.0-pre19"
                [com.ajjpj.a-foundation/a-foundation-parent "1.0-pre19"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.11 |