| License | 
                License | 
        
|---|---|
| Categories | 
                Categoriesconfig Application Layer Libs Configuration | 
        
| GroupId | GroupIdat.chrl | 
    
| ArtifactId | ArtifactIdchrl-config | 
    
| Last Version | Last Version1.1.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionChRL - Config Service/Framework 
            Config Framework 
         | 
    
| Filename | Size | 
|---|---|
| chrl-config-1.1.0.pom | |
| chrl-config-1.1.0.jar | 44 KB | 
| chrl-config-1.1.0-sources.jar | 30 KB | 
| chrl-config-1.1.0-javadoc.jar | 197 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/at.chrl/chrl-config/ -->
<dependency>
    <groupId>at.chrl</groupId>
    <artifactId>chrl-config</artifactId>
    <version>1.1.0</version>
</dependency>
                // https://jarcasting.com/artifacts/at.chrl/chrl-config/
implementation 'at.chrl:chrl-config:1.1.0'
                // https://jarcasting.com/artifacts/at.chrl/chrl-config/
implementation ("at.chrl:chrl-config:1.1.0")
                'at.chrl:chrl-config:jar:1.1.0'
                <dependency org="at.chrl" name="chrl-config" rev="1.1.0">
  <artifact name="chrl-config" type="jar" />
</dependency>
                @Grapes(
@Grab(group='at.chrl', module='chrl-config', version='1.1.0')
)
                libraryDependencies += "at.chrl" % "chrl-config" % "1.1.0"
                [at.chrl/chrl-config "1.1.0"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| at.chrl : chrl-utils | jar | 1.1.0 | 
| commons-io : commons-io | jar | 2.4 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.12 | 
| org.mockito : mockito-core | jar | 2.0.31-beta |