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