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