Download tamaya-mutable-config-0.2-incubating.jar file - Jar t

Jar examples for t:tamaya-mutable-config

Description

This module provides abstraction, if your scenario needs to actively change configuration entries and write changes back to some property sources, files etc.

You can download jar file tamaya-mutable-config 0.2-incubating in this page.

License

Apache License

Build File

You can use the following script to add tamaya-mutable-config-0.2-incubating.jar to your project.

<dependency>
   <groupId>org.apache.tamaya.ext</groupId>
   <artifactId>tamaya-mutable-config</artifactId>
   <version>0.2-incubating</version>
</dependency>
compile group: 'org.apache.tamaya.ext', name: 'tamaya-mutable-config', version: '0.2-incubating'
libraryDependencies += "org.apache.tamaya.ext" % "tamaya-mutable-config" % "0.2-incubating"
<dependency org="org.apache.tamaya.ext" name="tamaya-mutable-config" rev="0.2-incubating"/>
@Grapes(@Grab(group='org.apache.tamaya.ext', module='tamaya-mutable-config', version='0.2-incubating'))
'org.apache.tamaya.ext:tamaya-mutable-config:jar:0.2-incubating'

Download

Click the following link to download the jar file.

tamaya-mutable-config-0.2-incubating-javadoc.jar
tamaya-mutable-config-0.2-incubating-sources.jar
tamaya-mutable-config-0.2-incubating.jar
tamaya-mutable-config-0.2-incubating.pom



Related Tutorials