License |
License |
---|---|
Categories |
CategoriesKotlin Languages JSON Data |
GroupId | GroupIdcom.github.ChristianNHenriksen |
ArtifactId | ArtifactIdKotlinJson |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionKotlinJson
A Kotlin Json tool
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
KotlinJson-1.0.pom | |
KotlinJson-1.0.jar | 12 KB |
KotlinJson-1.0-sources.jar | 2 KB |
KotlinJson-1.0-javadoc.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ChristianNHenriksen/KotlinJson/ -->
<dependency>
<groupId>com.github.ChristianNHenriksen</groupId>
<artifactId>KotlinJson</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ChristianNHenriksen/KotlinJson/
implementation 'com.github.ChristianNHenriksen:KotlinJson:1.0'
// https://jarcasting.com/artifacts/com.github.ChristianNHenriksen/KotlinJson/
implementation ("com.github.ChristianNHenriksen:KotlinJson:1.0")
'com.github.ChristianNHenriksen:KotlinJson:jar:1.0'
<dependency org="com.github.ChristianNHenriksen" name="KotlinJson" rev="1.0">
<artifact name="KotlinJson" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ChristianNHenriksen', module='KotlinJson', version='1.0')
)
libraryDependencies += "com.github.ChristianNHenriksen" % "KotlinJson" % "1.0"
[com.github.ChristianNHenriksen/KotlinJson "1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-databind | jar | 2.8.2 |
junit : junit | jar | 4.12 |
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.0.3 |
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-test-junit | jar | 1.0.3 |