Last Version

Library for testing Kotlin JSON applications 2.2

Kotlin classes for testing JSON applications.

License

License

Categories

Categories

JSON Data
GroupId

GroupId

io.kjson
ArtifactId

ArtifactId

kjson-test
Version

Version

2.2
Type

Type

jar
Description

Description

Library for testing Kotlin JSON applications
Kotlin classes for testing JSON applications.
Project URL

Project URL

https://github.com/pwall567/kjson-test
Source Code Management

Source Code Management

https://github.com/pwall567/kjson-test

Download kjson-test 2.2


<!-- https://jarcasting.com/artifacts/io.kjson/kjson-test/ -->
<dependency>
    <groupId>io.kjson</groupId>
    <artifactId>kjson-test</artifactId>
    <version>2.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.kjson/kjson-test/
implementation 'io.kjson:kjson-test:2.2'
// https://jarcasting.com/artifacts/io.kjson/kjson-test/
implementation ("io.kjson:kjson-test:2.2")
'io.kjson:kjson-test:jar:2.2'
<dependency org="io.kjson" name="kjson-test" rev="2.2">
  <artifact name="kjson-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.kjson', module='kjson-test', version='2.2')
)
libraryDependencies += "io.kjson" % "kjson-test" % "2.2"
[io.kjson/kjson-test "2.2"]

Dependencies

compile (6)

Group / Artifact Type Version
net.pwall.json : json-simple jar 1.5.5
net.pwall.json : json-validation jar 1.4
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.6.10
org.jetbrains.kotlin : kotlin-reflect jar 1.6.10
junit : junit jar 4.13.2
org.jetbrains.kotlin : kotlin-test-junit jar 1.6.10

Project Modules

There are no modules declared in this project.