Lwapp Configclient

Lwapp configclient is a rest client to read the application specific configurations. The jar works in combination to lwapp-configapi application, otherwise can also be used to read configurations from settings/application.properties file.

License

License

Categories

Categories

CLI User Interface config Application Layer Libs Configuration
GroupId

GroupId

org.lwapp
ArtifactId

ArtifactId

lwapp-configclient
Last Version

Last Version

1.3.0
Release Date

Release Date

Type

Type

jar
Description

Description

Lwapp Configclient
Lwapp configclient is a rest client to read the application specific configurations. The jar works in combination to lwapp-configapi application, otherwise can also be used to read configurations from settings/application.properties file.
Project URL

Project URL

https://bitbucket.org/lwapp/lwapp-configclient
Source Code Management

Source Code Management

https://bitbucket.org/lwapp/lwapp-configclient/src/

Download lwapp-configclient

How to add to project

<!-- https://jarcasting.com/artifacts/org.lwapp/lwapp-configclient/ -->
<dependency>
    <groupId>org.lwapp</groupId>
    <artifactId>lwapp-configclient</artifactId>
    <version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.lwapp/lwapp-configclient/
implementation 'org.lwapp:lwapp-configclient:1.3.0'
// https://jarcasting.com/artifacts/org.lwapp/lwapp-configclient/
implementation ("org.lwapp:lwapp-configclient:1.3.0")
'org.lwapp:lwapp-configclient:jar:1.3.0'
<dependency org="org.lwapp" name="lwapp-configclient" rev="1.3.0">
  <artifact name="lwapp-configclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.lwapp', module='lwapp-configclient', version='1.3.0')
)
libraryDependencies += "org.lwapp" % "lwapp-configclient" % "1.3.0"
[org.lwapp/lwapp-configclient "1.3.0"]

Dependencies

compile (9)

Group / Artifact Type Version
org.apache.httpcomponents : httpclient jar 4.5.1
commons-io : commons-io jar 2.4
javax.inject : javax.inject jar 1
org.reflections : reflections jar 0.9.9
commons-configuration : commons-configuration jar 1.10
org.slf4j : slf4j-api jar 1.7.7
org.apache.commons : commons-lang3 jar 3.4
org.yaml : snakeyaml jar 1.17
javax.validation : validation-api jar 1.1.0.Final

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
1.3.0
1.2.1
1.2.GA
1.1.GA
1.0.GA
1.0.M2
1.0.M1