io.github.portlek:yaml

Annotation based configuration library for any Java project.

Лицензия

Лицензия

Группа

Группа

io.github.portlek
Идентификатор

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

yaml
Последняя версия

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

5.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Annotation based configuration library for any Java project.

Скачать yaml

Как подключить последнюю версию

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

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
io.github.portlek : configs-core jar 5.0.0
com.fasterxml.jackson.dataformat : jackson-dataformat-yaml jar 2.12.1
io.github.portlek : reflection jar 4.0.11

provided (2)

Идентификатор библиотеки Тип Версия
org.projectlombok : lombok jar 1.18.18
org.jetbrains : annotations jar 20.1.0

test (5)

Идентификатор библиотеки Тип Версия
org.cactoos : cactoos jar 0.49
org.llorllale : cactoos-matchers jar 0.24
org.mockito : mockito-core jar 3.8.0
org.mockito : mockito-inline jar 3.8.0
org.junit.jupiter : junit-jupiter jar 5.7.1

Модули Проекта

Данный проект не имеет модулей.

idea

master Maven Central

How to use

core

<dependency>
  <groupId>io.github.portlek</groupId>
  <artifactId>configs-core</artifactId>
  <version>${version}</version>
</dependency>
implementation("io.github.portlek:configs-core:${version}")

yaml

<dependency>
  <groupId>io.github.portlek</groupId>
  <artifactId>configs-yaml</artifactId>
  <version>${version}</version>
</dependency>
implementation("io.github.portlek:configs-yaml:${version}")

json

<dependency>
  <groupId>io.github.portlek</groupId>
  <artifactId>configs-json</artifactId>
  <version>${version}</version>
</dependency>
implementation("io.github.portlek:configs-json:${version}")

How to contribute?

Just fork the repo and send us a pull request.

Make sure your branch builds without any warnings/issues:

mvn clean install

Supporters

Jetbrains

Версии библиотеки

Версия
5.0.0