is not current version
Last Version 10

Krausening 9

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.

License

License

GroupId

GroupId

org.bitbucket.askllc.krausening
ArtifactId

ArtifactId

krausening
Version

Version

9
Type

Type

jar
Description

Description

Krausening
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

https://bitbucket.org/cpointe/krausening.git

Download krausening 9


<!-- 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"]

Dependencies

compile (5)

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

provided (1)

Group / Artifact Type Version
javax.servlet : javax.servlet-api jar 3.1.0

test (2)

Group / Artifact Type Version
org.slf4j : slf4j-log4j12 jar 1.7.25
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.