JConfig

Configuration and property file manager for Java applications

License

License

MIT
Categories

Categories

config Application Layer Libs Configuration
GroupId

GroupId

io.github.bradenhc
ArtifactId

ArtifactId

jconfig
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

JConfig
Configuration and property file manager for Java applications
Project URL

Project URL

https://github.com/bradenhc/jconfig
Source Code Management

Source Code Management

https://github.com/bradenhc/jconfig/tree/master

Download jconfig

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
org.apache.commons : commons-configuration2 jar 2.3
commons-beanutils : commons-beanutils jar 1.9.3
commons-io : commons-io jar 2.6
org.apache.commons : commons-lang3 jar 3.8

test (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.3.0-M1

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0