is not current version
Last Version 1.2.4

com.github.bloodshura:shurax-cfg 1.2.3

A collection of configuration APIs, including JSON, internationalization (I18n), CSV, and more.

GroupId

GroupId

com.github.bloodshura
ArtifactId

ArtifactId

shurax-cfg
Version

Version

1.2.3
Type

Type

jar

Download shurax-cfg 1.2.3


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