/extended-properties

Lightweight, dependency-free expansion working around java.util.Properties, mainly for ini support.

Primary LanguageJavaApache License 2.0Apache-2.0

Extended Properties

Lightweight, dependency-free expansion working around java.util.Properties, mainly for ini support.

Requires Java 8 or later.

Add the library to your project (gradle)

  1. Add the Maven Central repository (if not exist) to your build file:
repositories {
    ...
    mavenCentral()
}
  1. Add the dependency:
dependencies {
    ...
    implementation 'com.tianscar.properties:extended-properties:1.0.0'
}

Usage

JavaDoc
Examples

License

Apache-2.0 (c) Karstian Lee

This project currently uses some code from the following projects:

Apache-2.0 Apache Harmony
Public Domain JSR 173 Streaming API For XML Reference Implementation