Files download
File Operation
schema2template-maven-plugin-0.8.8-incubating.jar download
schema2template-maven-plugin-0.8.8-incubating.pom download
schema2template-maven-plugin-0.8.8-incubating-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.odftoolkit</groupId>
  <artifactId>schema2template-maven-plugin</artifactId>
  <version>0.8.8-incubating</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'org.apache.odftoolkit:schema2template-maven-plugin:0.8.8-incubating'
Gradle Kotlin
implementation("org.apache.odftoolkit:schema2template-maven-plugin:0.8.8-incubating")
Scala SBT
libraryDependencies += "org.apache.odftoolkit" % "schema2template-maven-plugin" % "0.8.8-incubating"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.odftoolkit', module='schema2template-maven-plugin', version='0.8.8-incubating')
)
Apache Ivy
<dependency org="org.apache.odftoolkit" name="schema2template-maven-plugin" rev="0.8.8-incubating" />
Leiningen
[org.apache.odftoolkit/schema2template-maven-plugin "0.8.8-incubating"]
Apache Buildr
'org.apache.odftoolkit:schema2template-maven-plugin:jar:0.8.8-incubating'