License |
License |
---|---|
Categories |
CategoriesConfiguration Application Layer Libs config |
GroupId | GroupIdcom.github.simonfischer04 |
ArtifactId | ArtifactIdFileConfiguration |
Last Version | Last Version1.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSimple JSON Tool
This is a simple tool to easily work with GSON
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
FileConfiguration-1.0.3.pom | |
FileConfiguration-1.0.3.jar | 6 KB |
FileConfiguration-1.0.3-sources.jar | 2 KB |
FileConfiguration-1.0.3-javadoc.jar | 393 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.simonfischer04/FileConfiguration/ -->
<dependency>
<groupId>com.github.simonfischer04</groupId>
<artifactId>FileConfiguration</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.simonfischer04/FileConfiguration/
implementation 'com.github.simonfischer04:FileConfiguration:1.0.3'
// https://jarcasting.com/artifacts/com.github.simonfischer04/FileConfiguration/
implementation ("com.github.simonfischer04:FileConfiguration:1.0.3")
'com.github.simonfischer04:FileConfiguration:jar:1.0.3'
<dependency org="com.github.simonfischer04" name="FileConfiguration" rev="1.0.3">
<artifact name="FileConfiguration" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.simonfischer04', module='FileConfiguration', version='1.0.3')
)
libraryDependencies += "com.github.simonfischer04" % "FileConfiguration" % "1.0.3"
[com.github.simonfischer04/FileConfiguration "1.0.3"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.gson : gson | jar | 2.8.6 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |