k

ktoml-source-macosx64

"TOML serialization library for Kotlin language (including Kotlin Native, js, jvm)"
https://github.com/akuleshov7/ktoml
MIT License
Andrey Kuleshov
Files download
File Operation
ktoml-source-macosx64-0.5.1.pom download
ktoml-source-macosx64-0.5.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.akuleshov7</groupId>
  <artifactId>ktoml-source-macosx64</artifactId>
  <version>0.5.1</version>
  <type>klib</type>
</dependency>
Gradle Groovy
implementation 'com.akuleshov7:ktoml-source-macosx64:0.5.1'
Gradle Kotlin
implementation("com.akuleshov7:ktoml-source-macosx64:0.5.1")
Scala SBT
libraryDependencies += "com.akuleshov7" % "ktoml-source-macosx64" % "0.5.1"
Groovy Grape
@Grapes(
  @Grab(group='com.akuleshov7', module='ktoml-source-macosx64', version='0.5.1')
)
Apache Ivy
<dependency org="com.akuleshov7" name="ktoml-source-macosx64" rev="0.5.1" />
Leiningen
[com.akuleshov7/ktoml-source-macosx64 "0.5.1"]
Apache Buildr
'com.akuleshov7:ktoml-source-macosx64:jar:0.5.1'