Lightweight, dependency-free expansion working around java.util.Properties
, mainly for ini support.
Requires Java 8 or later.
- Add the Maven Central repository (if not exist) to your build file:
repositories {
...
mavenCentral()
}
- Add the dependency:
dependencies {
...
implementation 'com.tianscar.properties:extended-properties:1.0.0'
}
Apache-2.0 (c) Karstian Lee
Apache-2.0 Apache Harmony
Public Domain JSR 173 Streaming API For XML Reference Implementation