is not current version
Last Version 0.7.1

software.amazon.ion:ion-schema-kotlin 0.7.0

Reference implementation of the Amazon Ion Schema Specification.

Categories

Categories

Kotlin Languages
GroupId

GroupId

software.amazon.ion
ArtifactId

ArtifactId

ion-schema-kotlin
Version

Version

0.7.0
Type

Type

jar

Download ion-schema-kotlin 0.7.0


<!-- https://jarcasting.com/artifacts/software.amazon.ion/ion-schema-kotlin/ -->
<dependency>
    <groupId>software.amazon.ion</groupId>
    <artifactId>ion-schema-kotlin</artifactId>
    <version>0.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/software.amazon.ion/ion-schema-kotlin/
implementation 'software.amazon.ion:ion-schema-kotlin:0.7.0'
// https://jarcasting.com/artifacts/software.amazon.ion/ion-schema-kotlin/
implementation ("software.amazon.ion:ion-schema-kotlin:0.7.0")
'software.amazon.ion:ion-schema-kotlin:jar:0.7.0'
<dependency org="software.amazon.ion" name="ion-schema-kotlin" rev="0.7.0">
  <artifact name="ion-schema-kotlin" type="jar" />
</dependency>
@Grapes(
@Grab(group='software.amazon.ion', module='ion-schema-kotlin', version='0.7.0')
)
libraryDependencies += "software.amazon.ion" % "ion-schema-kotlin" % "0.7.0"
[software.amazon.ion/ion-schema-kotlin "0.7.0"]