License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdio.kjson |
ArtifactId | ArtifactIdkjson-core |
Version | Version2.3 |
Type | Typejar |
Description |
DescriptionJSON Kotlin core functionality
JSON Kotlin core functionality
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
kjson-core-2.3.pom | |
kjson-core-2.3.jar | 55 KB |
kjson-core-2.3-sources.jar | 22 KB |
kjson-core-2.3-javadoc.jar | 372 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.kjson/kjson-core/ -->
<dependency>
<groupId>io.kjson</groupId>
<artifactId>kjson-core</artifactId>
<version>2.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.kjson/kjson-core/
implementation 'io.kjson:kjson-core:2.3'
// https://jarcasting.com/artifacts/io.kjson/kjson-core/
implementation ("io.kjson:kjson-core:2.3")
'io.kjson:kjson-core:jar:2.3'
<dependency org="io.kjson" name="kjson-core" rev="2.3">
<artifact name="kjson-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.kjson', module='kjson-core', version='2.3')
)
libraryDependencies += "io.kjson" % "kjson-core" % "2.3"
[io.kjson/kjson-core "2.3"]
Group / Artifact | Type | Version |
---|---|---|
net.pwall.json : json-functions | jar | 1.4.1 |
net.pwall.util : int-output | jar | 1.2 |
net.pwall.text : textmatcher | jar | 1.1 |
net.pwall.util : immutables | jar | 2.1 |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.6.10 |
Group / Artifact | Type | Version |
---|---|---|
net.pwall.json : json-simple | jar | 1.5.2 |
junit : junit | jar | 4.13.2 |
org.jetbrains.kotlin : kotlin-test-junit | jar | 1.6.10 |