j

json

Maryk is a Kotlin Multiplatform library which helps you to store, query and send data in a structured way over multiple platforms. The data store stores any value with a version, so it is possible to request only the changed data or live listen for updates.
https://github.com/marykdb/maryk
The Apache Software License, Version 2.0
Jurriaan Mous
文件下载
文件名 操作
json-0.1.jar 下载
json-0.1.pom 下载
json-0.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.maryk</groupId>
  <artifactId>json</artifactId>
  <version>0.1</version>
</dependency>
Gradle Groovy
implementation 'io.maryk:json:0.1'
Gradle Kotlin
implementation("io.maryk:json:0.1")
Scala SBT
libraryDependencies += "io.maryk" % "json" % "0.1"
Groovy Grape
@Grapes(
  @Grab(group='io.maryk', module='json', version='0.1')
)
Apache Ivy
<dependency org="io.maryk" name="json" rev="0.1" />
Leiningen
[io.maryk/json "0.1"]
Apache Buildr
'io.maryk:json:jar:0.1'