| License |
License |
|---|---|
| Categories |
CategoriesJSON Data |
| GroupId | GroupIdcom.github.makintsian |
| ArtifactId | ArtifactIdjsonparsepaths |
| Last Version | Last Version1.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJsonParsePaths
An application parses json for gets paths
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jsonparsepaths-1.1.0.pom | |
| jsonparsepaths-1.1.0.jar | 6 KB |
| jsonparsepaths-1.1.0-sources.jar | 4 KB |
| jsonparsepaths-1.1.0-javadoc.jar | 398 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.makintsian/jsonparsepaths/ -->
<dependency>
<groupId>com.github.makintsian</groupId>
<artifactId>jsonparsepaths</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.makintsian/jsonparsepaths/
implementation 'com.github.makintsian:jsonparsepaths:1.1.0'
// https://jarcasting.com/artifacts/com.github.makintsian/jsonparsepaths/
implementation ("com.github.makintsian:jsonparsepaths:1.1.0")
'com.github.makintsian:jsonparsepaths:jar:1.1.0'
<dependency org="com.github.makintsian" name="jsonparsepaths" rev="1.1.0">
<artifact name="jsonparsepaths" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.makintsian', module='jsonparsepaths', version='1.1.0')
)
libraryDependencies += "com.github.makintsian" % "jsonparsepaths" % "1.1.0"
[com.github.makintsian/jsonparsepaths "1.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.code.gson : gson | jar | 2.8.6 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.6.0 |