c

com.io7m.xstructural.maven_plugin

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