Config Composer annotation processor

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-processor
Last Version

Last Version

0.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

Config Composer annotation processor
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-processor

How to add to project

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

Dependencies

runtime (4)

Group / Artifact Type Version
com.mylaesoftware : config-composer jar 0.1.0
org.apache.commons : commons-lang3 jar 3.8.1
com.squareup : javapoet jar 1.11.1
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