MVN

org.bitbucket.askllc.krausening : krausening-root

Maven & Gradle

Apr 04, 2023

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.

<dependency>
    <groupId>org.bitbucket.askllc.krausening</groupId>
    <artifactId>krausening-root</artifactId>
    <version>15</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.bitbucket.askllc.krausening : krausening-root to add to Maven - Latest Versions:

  • Latest Stable: 15

All Versions

Choose a version of org.bitbucket.askllc.krausening : krausening-root to add to Maven - All Versions:

Version Vulnerabilities Updated
15
krausening-root-15
14
krausening-root-14
13
krausening-root-13
12
krausening-root-12
11
krausening-root-11
10
krausening-root-10

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.bitbucket.askllc.krausening</groupId>
    <artifactId>krausening-root</artifactId>
    <version>15</version>
</dependency>