| GroupId | GroupIdorg.apache.odftoolkit | 
|---|---|
| ArtifactId | ArtifactIdschema2template | 
| Version | Version0.8.10-incubating | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.apache.odftoolkit/schema2template/ -->
<dependency>
    <groupId>org.apache.odftoolkit</groupId>
    <artifactId>schema2template</artifactId>
    <version>0.8.10-incubating</version>
</dependency>// https://jarcasting.com/artifacts/org.apache.odftoolkit/schema2template/
implementation 'org.apache.odftoolkit:schema2template:0.8.10-incubating'// https://jarcasting.com/artifacts/org.apache.odftoolkit/schema2template/
implementation ("org.apache.odftoolkit:schema2template:0.8.10-incubating")'org.apache.odftoolkit:schema2template:jar:0.8.10-incubating'<dependency org="org.apache.odftoolkit" name="schema2template" rev="0.8.10-incubating">
  <artifact name="schema2template" type="jar" />
</dependency>@Grapes(
@Grab(group='org.apache.odftoolkit', module='schema2template', version='0.8.10-incubating')
)libraryDependencies += "org.apache.odftoolkit" % "schema2template" % "0.8.10-incubating"[org.apache.odftoolkit/schema2template "0.8.10-incubating"]