c

com.io7m.xstructural.api

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