GroupId | GroupIdorg.odftoolkit |
---|---|
ArtifactId | ArtifactIdschema2template |
Version | Version0.8.7 |
Type | Typejar |
Filename | Size |
---|---|
schema2template-0.8.7.pom | |
schema2template-0.8.7.jar | 188 KB |
schema2template-0.8.7-sources.jar | 181 KB |
schema2template-0.8.7-javadoc.jar | 203 KB |
schema2template-0.8.7-jar-with-dependencies.jar | 5 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.odftoolkit/schema2template/ -->
<dependency>
<groupId>org.odftoolkit</groupId>
<artifactId>schema2template</artifactId>
<version>0.8.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.odftoolkit/schema2template/
implementation 'org.odftoolkit:schema2template:0.8.7'
// https://jarcasting.com/artifacts/org.odftoolkit/schema2template/
implementation ("org.odftoolkit:schema2template:0.8.7")
'org.odftoolkit:schema2template:jar:0.8.7'
<dependency org="org.odftoolkit" name="schema2template" rev="0.8.7">
<artifact name="schema2template" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.odftoolkit', module='schema2template', version='0.8.7')
)
libraryDependencies += "org.odftoolkit" % "schema2template" % "0.8.7"
[org.odftoolkit/schema2template "0.8.7"]