License |
License |
---|---|
GroupId | GroupIdorg.bitbucket.askllc.krausening |
ArtifactId | ArtifactIdkrausening-root |
Last Version | Last Version10 |
Release Date | Release Date |
Type | Typepom |
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-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"]