Simple JSON Tool

This is a simple tool to easily work with GSON

License

License

Categories

Categories

Configuration Application Layer Libs config
GroupId

GroupId

com.github.simonfischer04
ArtifactId

ArtifactId

FileConfiguration
Last Version

Last Version

1.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

Simple JSON Tool
This is a simple tool to easily work with GSON
Project URL

Project URL

https://github.com/simonfischer04/fileconfiguration
Source Code Management

Source Code Management

https://github.com/simonfischer04/fileconfiguration

Download FileConfiguration

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
com.google.code.gson : gson jar 2.8.6

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.3
1.0.2
1.0.1
1.0.0