не последняя версия
Последняя версия 0.6

com.github.hayarobi:simple-config 0.3

A simple library used to access configuration, mainly based on java annotations.

Категории

Категории

config Библиотеки уровня приложения Configuration
Группа

Группа

com.github.hayarobi
Идентификатор

Идентификатор

simple-config
Версия

Версия

0.3
Тип

Тип

jar

Скачать simple-config 0.3


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