| License |
License |
|---|---|
| Categories |
CategoriesKotlin Languages |
| GroupId | GroupIdsoftware.amazon.ion |
| ArtifactId | ArtifactIdion-schema-kotlin |
| Last Version | Last Version0.7.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionIon Schema Kotlin
Reference implementation of the Amazon Ion Schema Specification.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| ion-schema-kotlin-0.7.1.pom | |
| ion-schema-kotlin-0.7.1.jar | 174 KB |
| ion-schema-kotlin-0.7.1-sources.jar | 40 KB |
| ion-schema-kotlin-0.7.1-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/software.amazon.ion/ion-schema-kotlin/ -->
<dependency>
<groupId>software.amazon.ion</groupId>
<artifactId>ion-schema-kotlin</artifactId>
<version>0.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/software.amazon.ion/ion-schema-kotlin/
implementation 'software.amazon.ion:ion-schema-kotlin:0.7.1'
// https://jarcasting.com/artifacts/software.amazon.ion/ion-schema-kotlin/
implementation ("software.amazon.ion:ion-schema-kotlin:0.7.1")
'software.amazon.ion:ion-schema-kotlin:jar:0.7.1'
<dependency org="software.amazon.ion" name="ion-schema-kotlin" rev="0.7.1">
<artifact name="ion-schema-kotlin" type="jar" />
</dependency>
@Grapes(
@Grab(group='software.amazon.ion', module='ion-schema-kotlin', version='0.7.1')
)
libraryDependencies += "software.amazon.ion" % "ion-schema-kotlin" % "0.7.1"
[software.amazon.ion/ion-schema-kotlin "0.7.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| software.amazon.ion : ion-java | jar | [1.4,) |
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | [1.2,) |