Config Core

Simply library to create local configuration files using Json.

License

License

Categories

Categories

config Application Layer Libs Configuration
GroupId

GroupId

com.github.rillis
ArtifactId

ArtifactId

configcore
Last Version

Last Version

2.2.1
Release Date

Release Date

Type

Type

jar
Description

Description

Config Core
Simply library to create local configuration files using Json.
Project URL

Project URL

https://github.com/rillis/config-core/
Source Code Management

Source Code Management

http://github.com/rillis/config-core/tree/master

Download configcore

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.rillis/configcore/ -->
<dependency>
    <groupId>com.github.rillis</groupId>
    <artifactId>configcore</artifactId>
    <version>2.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rillis/configcore/
implementation 'com.github.rillis:configcore:2.2.1'
// https://jarcasting.com/artifacts/com.github.rillis/configcore/
implementation ("com.github.rillis:configcore:2.2.1")
'com.github.rillis:configcore:jar:2.2.1'
<dependency org="com.github.rillis" name="configcore" rev="2.2.1">
  <artifact name="configcore" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rillis', module='configcore', version='2.2.1')
)
libraryDependencies += "com.github.rillis" % "configcore" % "2.2.1"
[com.github.rillis/configcore "2.2.1"]

Dependencies

compile (1)

Group / Artifact Type Version
org.json : json jar 20190722

Project Modules

There are no modules declared in this project.

Config API

Maven License

<dependency>
  <groupId>com.github.rillis</groupId>
  <artifactId>configcore</artifactId>
  <version>2.2.1</version>
</dependency>

Docs

Constructors:

Config(String folder, String archive) -> %APPDATA%\folder\archive  
Config(String archive) -> %APPDATA%\ConfigCore\archive
Config(File archive) -> Any path. 

Methods:

get(String key) : Object  
set(String key, Object value) : void  
getKeys() : Iterator<String>  
getKeyCont() : int  
has(String key) : boolean  
remove(String key) : void

Versions

Version
2.2.1
2.2.0
2.1.2
2.0.2
2.0.1
2.0.0