| License |
License |
|---|---|
| Categories |
CategoriesJSON Data |
| GroupId | GroupIdio.kjson |
| ArtifactId | ArtifactIdkjson-pointer |
| Last Version | Last Version1.9 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJSON Pointer for Kotlin
JSON Pointer functionality for Kotlin
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| kjson-pointer-1.9.pom | |
| kjson-pointer-1.9.jar | 17 KB |
| kjson-pointer-1.9-sources.jar | 4 KB |
| kjson-pointer-1.9-javadoc.jar | 291 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.kjson/kjson-pointer/ -->
<dependency>
<groupId>io.kjson</groupId>
<artifactId>kjson-pointer</artifactId>
<version>1.9</version>
</dependency>
// https://jarcasting.com/artifacts/io.kjson/kjson-pointer/
implementation 'io.kjson:kjson-pointer:1.9'
// https://jarcasting.com/artifacts/io.kjson/kjson-pointer/
implementation ("io.kjson:kjson-pointer:1.9")
'io.kjson:kjson-pointer:jar:1.9'
<dependency org="io.kjson" name="kjson-pointer" rev="1.9">
<artifact name="kjson-pointer" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.kjson', module='kjson-pointer', version='1.9')
)
libraryDependencies += "io.kjson" % "kjson-pointer" % "1.9"
[io.kjson/kjson-pointer "1.9"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.kjson : kjson-core | jar | 3.0 |
| net.pwall.util : int-output | jar | 1.3 |
| net.pwall.util : pipelines | jar | 3.1 |
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.6.10 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |
| org.jetbrains.kotlin : kotlin-test-junit | jar | 1.6.10 |