Config Composer

A library to auto generate code for Lightbend/Typesafe configuration handling

License

License

Categories

Categories

config Application Layer Libs Configuration
GroupId

GroupId

com.mylaesoftware
ArtifactId

ArtifactId

config-composer
Last Version

Last Version

0.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

Config Composer
A library to auto generate code for Lightbend/Typesafe configuration handling
Project URL

Project URL

https://github.com/claudio-scandura/config-composer
Source Code Management

Source Code Management

https://github.com/claudio-scandura/config-composer

Download config-composer

How to add to project

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

Dependencies

runtime (1)

Group / Artifact Type Version
com.typesafe : config jar 1.3.3

Project Modules

There are no modules declared in this project.

Versions

Version
0.1.0
0.0.4
0.0.3
0.0.2
0.0.1