| GroupId | GroupIdorg.apache.odftoolkit | 
|---|---|
| ArtifactId | ArtifactIdschema2template-pom | 
| Version | Version0.8.8-incubating | 
| Type | Typepom | 
| Filename | Size | 
|---|---|
| schema2template-pom-0.8.8-incubating.pom | 8 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.apache.odftoolkit/schema2template-pom/ -->
<dependency>
    <groupId>org.apache.odftoolkit</groupId>
    <artifactId>schema2template-pom</artifactId>
    <version>0.8.8-incubating</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.apache.odftoolkit/schema2template-pom/
implementation 'org.apache.odftoolkit:schema2template-pom:0.8.8-incubating'// https://jarcasting.com/artifacts/org.apache.odftoolkit/schema2template-pom/
implementation ("org.apache.odftoolkit:schema2template-pom:0.8.8-incubating")'org.apache.odftoolkit:schema2template-pom:pom:0.8.8-incubating'<dependency org="org.apache.odftoolkit" name="schema2template-pom" rev="0.8.8-incubating">
  <artifact name="schema2template-pom" type="pom" />
</dependency>@Grapes(
@Grab(group='org.apache.odftoolkit', module='schema2template-pom', version='0.8.8-incubating')
)libraryDependencies += "org.apache.odftoolkit" % "schema2template-pom" % "0.8.8-incubating"[org.apache.odftoolkit/schema2template-pom "0.8.8-incubating"]