Download krausening-7.jar file - Jar k

Jar examples for k:krausening

Description

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.

You can download jar file krausening 7 in this page.

License

MIT License

Build File

You can use the following script to add krausening-7.jar to your project.

<dependency>
   <groupId>org.bitbucket.askllc.krausening</groupId>
   <artifactId>krausening</artifactId>
   <version>7</version>
</dependency>
compile group: 'org.bitbucket.askllc.krausening', name: 'krausening', version: '7'
libraryDependencies += "org.bitbucket.askllc.krausening" % "krausening" % "7"
<dependency org="org.bitbucket.askllc.krausening" name="krausening" rev="7"/>
@Grapes(@Grab(group='org.bitbucket.askllc.krausening', module='krausening', version='7'))
'org.bitbucket.askllc.krausening:krausening:jar:7'

Download

Click the following link to download the jar file.

krausening-7-javadoc.jar
krausening-7-sources.jar
krausening-7.jar
krausening-7.pom



Related Tutorials