License |
License |
---|---|
Categories |
Categoriesconfig Application Layer Libs Configuration ORM Data |
GroupId | GroupIdorg.metabit.platform.support.config |
ArtifactId | ArtifactIdmConfigBase |
Last Version | Last Version0.4.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionmetabit config base
A library to access local configuration files independent of operating system,
with a default hierarchy for user/application/system settings etc.
This library focuses providing access to the files, not the usage.
It is intended to be base library for other component which incorporate network based configs and parsing.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
mConfigBase-0.4.2.pom | |
mConfigBase-0.4.2.jar | 49 KB |
mConfigBase-0.4.2-sources.jar | 54 KB |
mConfigBase-0.4.2-javadoc.jar | 126 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.metabit.platform.support.config/mConfigBase/ -->
<dependency>
<groupId>org.metabit.platform.support.config</groupId>
<artifactId>mConfigBase</artifactId>
<version>0.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.metabit.platform.support.config/mConfigBase/
implementation 'org.metabit.platform.support.config:mConfigBase:0.4.2'
// https://jarcasting.com/artifacts/org.metabit.platform.support.config/mConfigBase/
implementation ("org.metabit.platform.support.config:mConfigBase:0.4.2")
'org.metabit.platform.support.config:mConfigBase:jar:0.4.2'
<dependency org="org.metabit.platform.support.config" name="mConfigBase" rev="0.4.2">
<artifact name="mConfigBase" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.metabit.platform.support.config', module='mConfigBase', version='0.4.2')
)
libraryDependencies += "org.metabit.platform.support.config" % "mConfigBase" % "0.4.2"
[org.metabit.platform.support.config/mConfigBase "0.4.2"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |