MVN

org.apache.tamaya.examples : tamaya-example-remote

Maven & Gradle

Apr 06, 2016

Apache Tamaya Example: Remote · This project contains a multi module project defining a configuration server (using the server module) and multiple remote clients that read their configs from the server using the server's rest API (using the remote module).

<dependency>
    <groupId>org.apache.tamaya.examples</groupId>
    <artifactId>tamaya-example-remote</artifactId>
    <version>0.2-incubating</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.tamaya.examples : tamaya-example-remote to add to Maven - Latest Versions:

  • Latest Stable: 0.2-incubating

All Versions

Choose a version of org.apache.tamaya.examples : tamaya-example-remote to add to Maven - All Versions:

Version Vulnerabilities Updated
0.2
tamaya-example-remote-0.2-incubating

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.apache.tamaya.examples</groupId>
    <artifactId>tamaya-example-remote</artifactId>
    <version>0.2-incubating</version>
</dependency>