License |
License |
---|---|
GroupId | GroupIdcom.amazon.ion |
ArtifactId | ArtifactIdion-element |
Last Version | Last Version0.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionIon Element Kotlin
An immutable in-memory representation of Amazon Ion for Kotlin
|
Project URL |
Project URL |
Filename | Size |
---|---|
ion-element-0.2.0.pom | |
ion-element-0.2.0.jar | 110 KB |
ion-element-0.2.0-sources.jar | 34 KB |
ion-element-0.2.0-javadoc.jar | 98 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.amazon.ion/ion-element/ -->
<dependency>
<groupId>com.amazon.ion</groupId>
<artifactId>ion-element</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.amazon.ion/ion-element/
implementation 'com.amazon.ion:ion-element:0.2.0'
// https://jarcasting.com/artifacts/com.amazon.ion/ion-element/
implementation ("com.amazon.ion:ion-element:0.2.0")
'com.amazon.ion:ion-element:jar:0.2.0'
<dependency org="com.amazon.ion" name="ion-element" rev="0.2.0">
<artifact name="ion-element" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.amazon.ion', module='ion-element', version='0.2.0')
)
libraryDependencies += "com.amazon.ion" % "ion-element" % "0.2.0"
[com.amazon.ion/ion-element "0.2.0"]
Group / Artifact | Type | Version |
---|---|---|
com.amazon.ion : ion-java | jar | [1.4.0,) |
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.3.72 |