c

com.io7m.xstructural

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