Skip to content

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

License

Notifications You must be signed in to change notification settings

Tianscar/extended-properties

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Languages