License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdio.kjson |
ArtifactId | ArtifactIdkjson-test |
Version | Version2.0.1 |
Type | Typejar |
Description |
DescriptionLibrary for testing Kotlin JSON applications
Kotlin classes for testing JSON applications.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
kjson-test-2.0.1.pom | |
kjson-test-2.0.1.jar | 52 KB |
kjson-test-2.0.1-sources.jar | 7 KB |
kjson-test-2.0.1-javadoc.jar | 284 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.kjson/kjson-test/ -->
<dependency>
<groupId>io.kjson</groupId>
<artifactId>kjson-test</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.kjson/kjson-test/
implementation 'io.kjson:kjson-test:2.0.1'
// https://jarcasting.com/artifacts/io.kjson/kjson-test/
implementation ("io.kjson:kjson-test:2.0.1")
'io.kjson:kjson-test:jar:2.0.1'
<dependency org="io.kjson" name="kjson-test" rev="2.0.1">
<artifact name="kjson-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.kjson', module='kjson-test', version='2.0.1')
)
libraryDependencies += "io.kjson" % "kjson-test" % "2.0.1"
[io.kjson/kjson-test "2.0.1"]
Group / Artifact | Type | Version |
---|---|---|
net.pwall.json : json-simple | jar | 1.5.3 |
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 |