License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.soundvibe |
ArtifactId | ArtifactIdjkob |
Version | Version1.0.0 |
Type | Typejar |
Description |
Descriptionjkob
Kotlin DSL for type-safe JSON building
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jkob-1.0.0.pom | |
jkob-1.0.0.jar | 22 KB |
jkob-1.0.0-sources.jar | 4 KB |
jkob-1.0.0-javadoc.jar | 42 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.soundvibe/jkob/ -->
<dependency>
<groupId>net.soundvibe</groupId>
<artifactId>jkob</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.soundvibe/jkob/
implementation 'net.soundvibe:jkob:1.0.0'
// https://jarcasting.com/artifacts/net.soundvibe/jkob/
implementation ("net.soundvibe:jkob:1.0.0")
'net.soundvibe:jkob:jar:1.0.0'
<dependency org="net.soundvibe" name="jkob" rev="1.0.0">
<artifact name="jkob" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.soundvibe', module='jkob', version='1.0.0')
)
libraryDependencies += "net.soundvibe" % "jkob" % "1.0.0"
[net.soundvibe/jkob "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jre8 | jar | 1.1.4-2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.jetbrains.kotlin : kotlin-test-junit | jar | 1.1.4-2 |