How to Use
<dependency>
<groupId>io.github.portlek</groupId>
<artifactId>jsongration</artifactId>
<version>${version}</version>
</dependency>
implementation("io.github.portlek:jsongration:${version}")
License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdio.github.portlek |
ArtifactId | ArtifactIdjsongration |
Last Version | Last Version2.0.11 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjsongration
A simple Json configuration library.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jsongration-2.0.11.pom | |
jsongration-2.0.11.jar | 64 KB |
jsongration-2.0.11-sources.jar | 6 KB |
jsongration-2.0.11-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.portlek/jsongration/ -->
<dependency>
<groupId>io.github.portlek</groupId>
<artifactId>jsongration</artifactId>
<version>2.0.11</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.portlek/jsongration/
implementation 'io.github.portlek:jsongration:2.0.11'
// https://jarcasting.com/artifacts/io.github.portlek/jsongration/
implementation ("io.github.portlek:jsongration:2.0.11")
'io.github.portlek:jsongration:jar:2.0.11'
<dependency org="io.github.portlek" name="jsongration" rev="2.0.11">
<artifact name="jsongration" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.portlek', module='jsongration', version='2.0.11')
)
libraryDependencies += "io.github.portlek" % "jsongration" % "2.0.11"
[io.github.portlek/jsongration "2.0.11"]
Group / Artifact | Type | Version |
---|---|---|
com.github.Carleslc.Simple-YAML » Simple-Configuration | jar | 1.7.2 |
com.eclipsesource.minimal-json : minimal-json | jar | 0.9.5 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.16 |
org.jetbrains : annotations | jar | 20.1.0 |
Group / Artifact | Type | Version |
---|---|---|
org.cactoos : cactoos | jar | 0.48 |
org.llorllale : cactoos-matchers | jar | 0.22 |
org.mockito : mockito-core | jar | 3.7.0 |
org.mockito : mockito-inline | jar | 3.6.28 |
org.junit.jupiter : junit-jupiter | jar | 5.7.0 |
<dependency>
<groupId>io.github.portlek</groupId>
<artifactId>jsongration</artifactId>
<version>${version}</version>
</dependency>
implementation("io.github.portlek:jsongration:${version}")