c

com.io7m.xstructural.tests

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