is not current version
Last Version 0.12.0

net.mamoe.yamlkt:yamlkt-js 0.10.0

Multiplatform YAML parser & serializer for kotlinx.serialization written in pure Kotlin.

Categories

Categories

JavaScript Languages Net
GroupId

GroupId

net.mamoe.yamlkt
ArtifactId

ArtifactId

yamlkt-js
Version

Version

0.10.0
Type

Type

pom

Download yamlkt-js 0.10.0


<!-- https://jarcasting.com/artifacts/net.mamoe.yamlkt/yamlkt-js/ -->
<dependency>
    <groupId>net.mamoe.yamlkt</groupId>
    <artifactId>yamlkt-js</artifactId>
    <version>0.10.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.mamoe.yamlkt/yamlkt-js/
implementation 'net.mamoe.yamlkt:yamlkt-js:0.10.0'
// https://jarcasting.com/artifacts/net.mamoe.yamlkt/yamlkt-js/
implementation ("net.mamoe.yamlkt:yamlkt-js:0.10.0")
'net.mamoe.yamlkt:yamlkt-js:pom:0.10.0'
<dependency org="net.mamoe.yamlkt" name="yamlkt-js" rev="0.10.0">
  <artifact name="yamlkt-js" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.mamoe.yamlkt', module='yamlkt-js', version='0.10.0')
)
libraryDependencies += "net.mamoe.yamlkt" % "yamlkt-js" % "0.10.0"
[net.mamoe.yamlkt/yamlkt-js "0.10.0"]