k

ktoml-file-mingwx64

"TOML serialization library for Kotlin language (including Kotlin Native, js, jvm)"
https://github.com/akuleshov7/ktoml
MIT License
Andrey Kuleshov
文件下载
文件名 操作
ktoml-file-mingwx64-0.3.0.pom 下载
ktoml-file-mingwx64-0.3.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.akuleshov7</groupId>
  <artifactId>ktoml-file-mingwx64</artifactId>
  <version>0.3.0</version>
  <type>klib</type>
</dependency>
Gradle Groovy
implementation 'com.akuleshov7:ktoml-file-mingwx64:0.3.0'
Gradle Kotlin
implementation("com.akuleshov7:ktoml-file-mingwx64:0.3.0")
Scala SBT
libraryDependencies += "com.akuleshov7" % "ktoml-file-mingwx64" % "0.3.0"
Groovy Grape
@Grapes(
  @Grab(group='com.akuleshov7', module='ktoml-file-mingwx64', version='0.3.0')
)
Apache Ivy
<dependency org="com.akuleshov7" name="ktoml-file-mingwx64" rev="0.3.0" />
Leiningen
[com.akuleshov7/ktoml-file-mingwx64 "0.3.0"]
Apache Buildr
'com.akuleshov7:ktoml-file-mingwx64:jar:0.3.0'