Last Version

Krausening 10

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-root
Version

Version

10
Type

Type

pom
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-root 10

Filename Size
krausening-root-10.pom 6 KB
Browse

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • krausening
  • krausening-python