is not current version
Last Version 0.3.1

com.io7m.kstructural:io7m-kstructural-xom 0.2.0

Kotlin implementation of the structural document language (XOM backend)

GroupId

GroupId

com.io7m.kstructural
ArtifactId

ArtifactId

io7m-kstructural-xom
Version

Version

0.2.0
Type

Type

jar

Download io7m-kstructural-xom 0.2.0


<!-- https://jarcasting.com/artifacts/com.io7m.kstructural/io7m-kstructural-xom/ -->
<dependency>
    <groupId>com.io7m.kstructural</groupId>
    <artifactId>io7m-kstructural-xom</artifactId>
    <version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.io7m.kstructural/io7m-kstructural-xom/
implementation 'com.io7m.kstructural:io7m-kstructural-xom:0.2.0'
// https://jarcasting.com/artifacts/com.io7m.kstructural/io7m-kstructural-xom/
implementation ("com.io7m.kstructural:io7m-kstructural-xom:0.2.0")
'com.io7m.kstructural:io7m-kstructural-xom:jar:0.2.0'
<dependency org="com.io7m.kstructural" name="io7m-kstructural-xom" rev="0.2.0">
  <artifact name="io7m-kstructural-xom" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.io7m.kstructural', module='io7m-kstructural-xom', version='0.2.0')
)
libraryDependencies += "com.io7m.kstructural" % "io7m-kstructural-xom" % "0.2.0"
[com.io7m.kstructural/io7m-kstructural-xom "0.2.0"]