is not current version
Last Version 10

org.bitbucket.askllc.krausening:krausening 7

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.

GroupId

GroupId

org.bitbucket.askllc.krausening
ArtifactId

ArtifactId

krausening
Version

Version

7
Type

Type

jar

Download krausening 7


<!-- https://jarcasting.com/artifacts/org.bitbucket.askllc.krausening/krausening/ -->
<dependency>
    <groupId>org.bitbucket.askllc.krausening</groupId>
    <artifactId>krausening</artifactId>
    <version>7</version>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.askllc.krausening/krausening/
implementation 'org.bitbucket.askllc.krausening:krausening:7'
// https://jarcasting.com/artifacts/org.bitbucket.askllc.krausening/krausening/
implementation ("org.bitbucket.askllc.krausening:krausening:7")
'org.bitbucket.askllc.krausening:krausening:jar:7'
<dependency org="org.bitbucket.askllc.krausening" name="krausening" rev="7">
  <artifact name="krausening" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.askllc.krausening', module='krausening', version='7')
)
libraryDependencies += "org.bitbucket.askllc.krausening" % "krausening" % "7"
[org.bitbucket.askllc.krausening/krausening "7"]