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 | 
| Last Version | Last Version0.2.1 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionautoconfig-autoconfig Autoconfig API | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| autoconfig-0.2.1.pom | |
| autoconfig-0.2.1.jar | 2 KB | 
| autoconfig-0.2.1-sources.jar | 2 KB | 
| autoconfig-0.2.1-javadoc.jar | 24 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/io.polymorphicpanda/autoconfig/ -->
<dependency>
    <groupId>io.polymorphicpanda</groupId>
    <artifactId>autoconfig</artifactId>
    <version>0.2.1</version>
</dependency>// https://jarcasting.com/artifacts/io.polymorphicpanda/autoconfig/
implementation 'io.polymorphicpanda:autoconfig:0.2.1'// https://jarcasting.com/artifacts/io.polymorphicpanda/autoconfig/
implementation ("io.polymorphicpanda:autoconfig:0.2.1")'io.polymorphicpanda:autoconfig:jar:0.2.1'<dependency org="io.polymorphicpanda" name="autoconfig" rev="0.2.1">
  <artifact name="autoconfig" type="jar" />
</dependency>@Grapes(
@Grab(group='io.polymorphicpanda', module='autoconfig', version='0.2.1')
)libraryDependencies += "io.polymorphicpanda" % "autoconfig" % "0.2.1"[io.polymorphicpanda/autoconfig "0.2.1"]A new approach to load application configuration.
Documentation can be accesed here.