Categories |
CategoriesPDF Data |
---|---|
GroupId | GroupIdorg.bitbucket.swattu |
ArtifactId | ArtifactIdpdf-utils |
Version | Version4.0.6 |
Type | Typejar |
Filename | Size |
---|---|
pdf-utils-4.0.6.pom | |
pdf-utils-4.0.6.jar | 3 KB |
pdf-utils-4.0.6-sources.jar | 1 KB |
pdf-utils-4.0.6-javadoc.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bitbucket.swattu/pdf-utils/ -->
<dependency>
<groupId>org.bitbucket.swattu</groupId>
<artifactId>pdf-utils</artifactId>
<version>4.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.swattu/pdf-utils/
implementation 'org.bitbucket.swattu:pdf-utils:4.0.6'
// https://jarcasting.com/artifacts/org.bitbucket.swattu/pdf-utils/
implementation ("org.bitbucket.swattu:pdf-utils:4.0.6")
'org.bitbucket.swattu:pdf-utils:jar:4.0.6'
<dependency org="org.bitbucket.swattu" name="pdf-utils" rev="4.0.6">
<artifact name="pdf-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.swattu', module='pdf-utils', version='4.0.6')
)
libraryDependencies += "org.bitbucket.swattu" % "pdf-utils" % "4.0.6"
[org.bitbucket.swattu/pdf-utils "4.0.6"]