Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 896 Bytes

README.md

File metadata and controls

32 lines (26 loc) · 896 Bytes

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