| License | 
                License | 
        
|---|---|
| GroupId | GroupIdorg.bitbucket.askllc.krausening | 
    
| ArtifactId | ArtifactIdkrausening | 
    
| Version | Version9 | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionKrausening 
            Krausening is a library that allows for the externalization of property and configuration files from 
		deployment units, such as WARs, EARs, uber JARs, etc. By ensuring that property files are external to deployment 
		packages, these packages can be easily reused as-is to deploy to heterogeneous environments, circumventing
		the need to hack apart or rebuild the package to support property file modification. 
         | 
    
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| krausening-9.pom | |
| krausening-9.jar | 24 KB | 
| krausening-9-sources.jar | 12 KB | 
| krausening-9-javadoc.jar | 74 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.bitbucket.askllc.krausening/krausening/ -->
<dependency>
    <groupId>org.bitbucket.askllc.krausening</groupId>
    <artifactId>krausening</artifactId>
    <version>9</version>
</dependency>
                // https://jarcasting.com/artifacts/org.bitbucket.askllc.krausening/krausening/
implementation 'org.bitbucket.askllc.krausening:krausening:9'
                // https://jarcasting.com/artifacts/org.bitbucket.askllc.krausening/krausening/
implementation ("org.bitbucket.askllc.krausening:krausening:9")
                'org.bitbucket.askllc.krausening:krausening:jar:9'
                <dependency org="org.bitbucket.askllc.krausening" name="krausening" rev="9">
  <artifact name="krausening" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.bitbucket.askllc.krausening', module='krausening', version='9')
)
                libraryDependencies += "org.bitbucket.askllc.krausening" % "krausening" % "9"
                [org.bitbucket.askllc.krausening/krausening "9"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.25 | 
| org.apache.commons : commons-lang3 | jar | 3.6 | 
| commons-io : commons-io | jar | 2.5 | 
| org.aeonbits.owner : owner | jar | 1.0.9 | 
| org.jasypt : jasypt | jar | 1.9.2 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| javax.servlet : javax.servlet-api | jar | 3.1.0 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.slf4j : slf4j-log4j12 | jar | 1.7.25 | 
| junit : junit | jar | 4.12 |