com.github.siroshun09.configapi:file

A configuration library for Java.

License

License

Categories

Categories

config Application Layer Libs Configuration
GroupId

GroupId

com.github.siroshun09.configapi
ArtifactId

ArtifactId

file
Last Version

Last Version

3.1.0
Release Date

Release Date

Type

Type

pom
Description

Description

A configuration library for Java.

Download file

Filename Size
file-3.1.0.pom 1 KB
Browse

How to add to project

<!-- 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"]

Dependencies

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

  • 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

Versions

Version
3.1.0
3.0.0