GroupId | GroupIdio.github.ppdzm |
---|---|
ArtifactId | ArtifactIdoffice-utils |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
office-utils-1.0.pom | |
office-utils-1.0.jar | 192 KB |
office-utils-1.0-sources.jar | 21 KB |
office-utils-1.0-javadoc.jar | 488 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.ppdzm/office-utils/ -->
<dependency>
<groupId>io.github.ppdzm</groupId>
<artifactId>office-utils</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.ppdzm/office-utils/
implementation 'io.github.ppdzm:office-utils:1.0'
// https://jarcasting.com/artifacts/io.github.ppdzm/office-utils/
implementation ("io.github.ppdzm:office-utils:1.0")
'io.github.ppdzm:office-utils:jar:1.0'
<dependency org="io.github.ppdzm" name="office-utils" rev="1.0">
<artifact name="office-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.ppdzm', module='office-utils', version='1.0')
)
libraryDependencies += "io.github.ppdzm" % "office-utils" % "1.0"
[io.github.ppdzm/office-utils "1.0"]