License |
License |
---|---|
Categories |
CategoriesKotlin Languages Net JSON Data |
GroupId | GroupIdnet.pwall.json |
ArtifactId | ArtifactIdjson-kotlin-test-classes |
Last Version | Last Version1.7 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTest classes for json-kotlin, json-ktor etc.
Parent POM for Maven Kotlin projects
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/net.pwall.json/json-kotlin-test-classes/ -->
<dependency>
<groupId>net.pwall.json</groupId>
<artifactId>json-kotlin-test-classes</artifactId>
<version>1.7</version>
</dependency>
// https://jarcasting.com/artifacts/net.pwall.json/json-kotlin-test-classes/
implementation 'net.pwall.json:json-kotlin-test-classes:1.7'
// https://jarcasting.com/artifacts/net.pwall.json/json-kotlin-test-classes/
implementation ("net.pwall.json:json-kotlin-test-classes:1.7")
'net.pwall.json:json-kotlin-test-classes:jar:1.7'
<dependency org="net.pwall.json" name="json-kotlin-test-classes" rev="1.7">
<artifact name="json-kotlin-test-classes" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.pwall.json', module='json-kotlin-test-classes', version='1.7')
)
libraryDependencies += "net.pwall.json" % "json-kotlin-test-classes" % "1.7"
[net.pwall.json/json-kotlin-test-classes "1.7"]
Group / Artifact | Type | Version |
---|---|---|
net.pwall.json : json-kotlin-annotations | jar | 1.2 |
net.pwall.json : jsonutil | jar | 5.0 |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.5.20 |