Download tamaya-optional-0.2-incubating.jar file - Jar t

Jar examples for t:tamaya-optional

Description

This module provides a simple class that can be used as a single dependency for evaluating configuration. It runs basically without Tamaya being on the classpath, but if available it considers/uses Tamaya functionality.

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

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

tamaya-optional-0.2-incubating-javadoc.jar
tamaya-optional-0.2-incubating-sources.jar
tamaya-optional-0.2-incubating.jar
tamaya-optional-0.2-incubating.pom



Related Tutorials