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