k

ktoml-source-macosarm64

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