AutoConfig
A new approach to load application configuration.
Documentation can be accesed here.
| License | License | 
|---|---|
| Categories | CategoriesAuto Application Layer Libs Code Generators config Configuration | 
| GroupId | GroupIdio.polymorphicpanda | 
| ArtifactId | ArtifactIdautoconfig-compiler | 
| Last Version | Last Version0.2.1 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionautoconfig-autoconfig-compiler Autoconfig Compiler | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| autoconfig-compiler-0.2.1.pom | |
| autoconfig-compiler-0.2.1.jar | 11 KB | 
| autoconfig-compiler-0.2.1-sources.jar | 5 KB | 
| autoconfig-compiler-0.2.1-javadoc.jar | 25 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/io.polymorphicpanda/autoconfig-compiler/ -->
<dependency>
    <groupId>io.polymorphicpanda</groupId>
    <artifactId>autoconfig-compiler</artifactId>
    <version>0.2.1</version>
</dependency>// https://jarcasting.com/artifacts/io.polymorphicpanda/autoconfig-compiler/
implementation 'io.polymorphicpanda:autoconfig-compiler:0.2.1'// https://jarcasting.com/artifacts/io.polymorphicpanda/autoconfig-compiler/
implementation ("io.polymorphicpanda:autoconfig-compiler:0.2.1")'io.polymorphicpanda:autoconfig-compiler:jar:0.2.1'<dependency org="io.polymorphicpanda" name="autoconfig-compiler" rev="0.2.1">
  <artifact name="autoconfig-compiler" type="jar" />
</dependency>@Grapes(
@Grab(group='io.polymorphicpanda', module='autoconfig-compiler', version='0.2.1')
)libraryDependencies += "io.polymorphicpanda" % "autoconfig-compiler" % "0.2.1"[io.polymorphicpanda/autoconfig-compiler "0.2.1"]| Group / Artifact | Type | Version | 
|---|---|---|
| com.google.auto : auto-common | jar | 0.3 | 
| com.squareup : javawriter | jar | 2.5.0 | 
| io.polymorphicpanda : autoconfig | jar | 0.2.1 | 
A new approach to load application configuration.
Documentation can be accesed here.