c

com.io7m.xstructural.xml

Structural document format (XML resources)
https://www.io7m.com/software/xstructural
Files download
File Operation
com.io7m.xstructural.xml-1.8.1.jar download
com.io7m.xstructural.xml-1.8.1.pom download
com.io7m.xstructural.xml-1.8.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.io7m.xstructural</groupId>
  <artifactId>com.io7m.xstructural.xml</artifactId>
  <version>1.8.1</version>
</dependency>
Gradle Groovy
implementation 'com.io7m.xstructural:com.io7m.xstructural.xml:1.8.1'
Gradle Kotlin
implementation("com.io7m.xstructural:com.io7m.xstructural.xml:1.8.1")
Scala SBT
libraryDependencies += "com.io7m.xstructural" % "com.io7m.xstructural.xml" % "1.8.1"
Groovy Grape
@Grapes(
  @Grab(group='com.io7m.xstructural', module='com.io7m.xstructural.xml', version='1.8.1')
)
Apache Ivy
<dependency org="com.io7m.xstructural" name="com.io7m.xstructural.xml" rev="1.8.1" />
Leiningen
[com.io7m.xstructural/com.io7m.xstructural.xml "1.8.1"]
Apache Buildr
'com.io7m.xstructural:com.io7m.xstructural.xml:jar:1.8.1'