com.github.siroshun09.configapi:file

A configuration library for Java.

Лицензия

Лицензия

Категории

Категории

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

Группа

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

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

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

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

3.1.0
Дата

Дата

Тип

Тип

pom
Описание

Описание

A configuration library for Java.

Скачать file

Имя Файла Размер
file-3.1.0.pom 1 KB
Обзор

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

<!-- https://jarcasting.com/artifacts/com.github.siroshun09.configapi/file/ -->
<dependency>
    <groupId>com.github.siroshun09.configapi</groupId>
    <artifactId>file</artifactId>
    <version>3.1.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.siroshun09.configapi/file/
implementation 'com.github.siroshun09.configapi:file:3.1.0'
// https://jarcasting.com/artifacts/com.github.siroshun09.configapi/file/
implementation ("com.github.siroshun09.configapi:file:3.1.0")
'com.github.siroshun09.configapi:file:pom:3.1.0'
<dependency org="com.github.siroshun09.configapi" name="file" rev="3.1.0">
  <artifact name="file" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.siroshun09.configapi', module='file', version='3.1.0')
)
libraryDependencies += "com.github.siroshun09.configapi" % "file" % "3.1.0"
[com.github.siroshun09.configapi/file "3.1.0"]

Зависимости

provided (1)

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

test (2)

Идентификатор библиотеки Тип Версия
org.junit.jupiter : junit-jupiter-api jar 5.7.1
org.junit.jupiter : junit-jupiter-engine jar 5.7.1

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

  • yaml

ConfigAPI

Maven Central Maven Central GitHub Workflow Status GitHub

A configuration library for Java.

Requirements

  • Java 8+

Usage (Maven)

Javadoc is here

Common

<dependency>
    <groupId>com.github.siroshun09.configapi</groupId>
    <artifactId>common</artifactId>
    <version>3.1.0</version>
    <scope>compile</scope>
</dependency>

Yaml

<dependency>
    <groupId>com.github.siroshun09.configapi</groupId>
    <artifactId>yaml</artifactId>
    <version>3.1.0</version>
    <scope>compile</scope>
</dependency>

License

This project is under the Apache License version 2.0. Please see LICENSE for more info.

Copyright © 2020-2021, Siroshun09

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

Версия
3.1.0
3.0.0