s

schema2template-maven-plugin

Maven Plugin for XML Schema to Template Mapping Tool
http://incubator.apache.org/odftoolkit/
The Apache Software Foundation
Files download
File Operation
schema2template-maven-plugin-0.8.11-incubating.jar download
schema2template-maven-plugin-0.8.11-incubating.pom download
schema2template-maven-plugin-0.8.11-incubating-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.odftoolkit</groupId>
  <artifactId>schema2template-maven-plugin</artifactId>
  <version>0.8.11-incubating</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'org.apache.odftoolkit:schema2template-maven-plugin:0.8.11-incubating'
Gradle Kotlin
implementation("org.apache.odftoolkit:schema2template-maven-plugin:0.8.11-incubating")
Scala SBT
libraryDependencies += "org.apache.odftoolkit" % "schema2template-maven-plugin" % "0.8.11-incubating"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.odftoolkit', module='schema2template-maven-plugin', version='0.8.11-incubating')
)
Apache Ivy
<dependency org="org.apache.odftoolkit" name="schema2template-maven-plugin" rev="0.8.11-incubating" />
Leiningen
[org.apache.odftoolkit/schema2template-maven-plugin "0.8.11-incubating"]
Apache Buildr
'org.apache.odftoolkit:schema2template-maven-plugin:jar:0.8.11-incubating'