| License |
License |
|---|---|
| Categories |
CategoriesJSON Data |
| GroupId | GroupIdrocks.voss |
| ArtifactId | ArtifactIdjsonhelper |
| Last Version | Last Version1.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJSON Helper
Toolbox to work with JSONs
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jsonhelper-1.4.pom | |
| jsonhelper-1.4.jar | 4 KB |
| jsonhelper-1.4-sources.jar | 1 KB |
| jsonhelper-1.4-javadoc.jar | 388 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/rocks.voss/jsonhelper/ -->
<dependency>
<groupId>rocks.voss</groupId>
<artifactId>jsonhelper</artifactId>
<version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/rocks.voss/jsonhelper/
implementation 'rocks.voss:jsonhelper:1.4'
// https://jarcasting.com/artifacts/rocks.voss/jsonhelper/
implementation ("rocks.voss:jsonhelper:1.4")
'rocks.voss:jsonhelper:jar:1.4'
<dependency org="rocks.voss" name="jsonhelper" rev="1.4">
<artifact name="jsonhelper" type="jar" />
</dependency>
@Grapes(
@Grab(group='rocks.voss', module='jsonhelper', version='1.4')
)
libraryDependencies += "rocks.voss" % "jsonhelper" % "1.4"
[rocks.voss/jsonhelper "1.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| commons-io : commons-io | jar | 2.7 |
| com.fasterxml.jackson.core : jackson-annotations | jar | 2.13.0 |
| com.fasterxml.jackson.core : jackson-core | jar | 2.13.0 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.13.0 |
| org.apache.logging.log4j : log4j-api | jar | 2.17.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |
| org.projectlombok : lombok | jar | 1.18.22 |