y

yaml-iosx64

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
Files download
File Operation
yaml-iosx64-0.1.pom download
yaml-iosx64-0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.maryk</groupId>
  <artifactId>yaml-iosx64</artifactId>
  <version>0.1</version>
  <type>klib</type>
</dependency>
Gradle Groovy
implementation 'io.maryk:yaml-iosx64:0.1'
Gradle Kotlin
implementation("io.maryk:yaml-iosx64:0.1")
Scala SBT
libraryDependencies += "io.maryk" % "yaml-iosx64" % "0.1"
Groovy Grape
@Grapes(
  @Grab(group='io.maryk', module='yaml-iosx64', version='0.1')
)
Apache Ivy
<dependency org="io.maryk" name="yaml-iosx64" rev="0.1" />
Leiningen
[io.maryk/yaml-iosx64 "0.1"]
Apache Buildr
'io.maryk:yaml-iosx64:jar:0.1'