jar

org.lwapp : lwapp-configclient

Maven & Gradle

Mar 02, 2016
6 usages

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.

Table Of Contents

Latest Version

Download org.lwapp : lwapp-configclient JAR file - Latest Versions:

All Versions

Download org.lwapp : lwapp-configclient JAR file - All Versions:

Version Vulnerabilities Size Updated
1.3.x
1.2.x
1.1.x
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window lwapp-configclient-1.3.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.lwapp.configclient.client

├─ org.lwapp.configclient.client.ConfigurationServiceClient.class - [JAR]

org.lwapp.configclient

├─ org.lwapp.configclient.AutoStartable.class - [JAR]

org.lwapp.configclient.utils

├─ org.lwapp.configclient.utils.ClassPathResourceLoader.class - [JAR]

├─ org.lwapp.configclient.utils.IoTools.class - [JAR]

org.lwapp.configclient.yaml

├─ org.lwapp.configclient.yaml.YamlConfigurationParser.class - [JAR]

org.lwapp.configclient.config

├─ org.lwapp.configclient.config.ApplicationPropertiesPersister.class - [JAR]

├─ org.lwapp.configclient.config.Configuration.class - [JAR]

├─ org.lwapp.configclient.config.PropertyConfiguration.class - [JAR]

Advertisement