AutoConfig
A new approach to load application configuration.
Documentation can be accesed here.
| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииAuto Библиотеки уровня приложения Code Generators config Configuration |
| Группа | Группаio.polymorphicpanda |
| Идентификатор | Идентификаторautoconfig-compiler |
| Последняя версия | Последняя версия0.2.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеautoconfig-autoconfig-compiler
Autoconfig Compiler
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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.