| License | 
                License | 
        
|---|---|
| Categories | 
                Categoriesconfig Application Layer Libs Configuration | 
        
| GroupId | GroupIdbe.atbash.config | 
    
| ArtifactId | ArtifactIdconfig-parent | 
    
| Last Version | Last Version1.0.0 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            DescriptionAtbash Configuration 
            Atbash Configuration parent 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| config-parent-1.0.0.pom | 8 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/be.atbash.config/config-parent/ -->
<dependency>
    <groupId>be.atbash.config</groupId>
    <artifactId>config-parent</artifactId>
    <version>1.0.0</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/be.atbash.config/config-parent/
implementation 'be.atbash.config:config-parent:1.0.0'
                // https://jarcasting.com/artifacts/be.atbash.config/config-parent/
implementation ("be.atbash.config:config-parent:1.0.0")
                'be.atbash.config:config-parent:pom:1.0.0'
                <dependency org="be.atbash.config" name="config-parent" rev="1.0.0">
  <artifact name="config-parent" type="pom" />
</dependency>
                @Grapes(
@Grab(group='be.atbash.config', module='config-parent', version='1.0.0')
)
                libraryDependencies += "be.atbash.config" % "config-parent" % "1.0.0"
                [be.atbash.config/config-parent "1.0.0"]