Object Configuration Mapping

A simple utility to read and merge configuration from files and env then map them to objects

License

License

GroupId

GroupId

ca.pjer
ArtifactId

ArtifactId

ocm
Last Version

Last Version

0.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

Object Configuration Mapping
A simple utility to read and merge configuration from files and env then map them to objects
Project URL

Project URL

https://github.com/pierredavidbelanger/ocm
Source Code Management

Source Code Management

https://github.com/pierredavidbelanger/ocm

Download ocm

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
com.fasterxml.jackson.core : jackson-databind jar 2.9.8
com.fasterxml.jackson.dataformat : jackson-dataformat-properties jar 2.9.8

Project Modules

There are no modules declared in this project.

Versions

Version
0.1.1
0.1.0