com.github.siroshun09.configapi:common

A configuration library for Java.

License

License

Categories

Categories

config Application Layer Libs Configuration
GroupId

GroupId

com.github.siroshun09.configapi
ArtifactId

ArtifactId

common
Last Version

Last Version

3.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

A configuration library for Java.

Download common

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.yaml : snakeyaml jar 1.28

provided (1)

Group / Artifact Type Version
org.jetbrains : annotations jar 20.1.0

test (2)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.7.1
org.junit.jupiter : junit-jupiter-engine jar 5.7.1

Project Modules

There are no modules declared in this project.

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

Versions

Version
3.1.0
3.0.0