Categories |
CategoriesPDF Data |
---|---|
GroupId | GroupIdorg.bitbucket.swattu |
ArtifactId | ArtifactIdpdf-utils |
Version | Version4.0.54 |
Type | Typejar |
Filename | Size |
---|---|
pdf-utils-4.0.54.pom | |
pdf-utils-4.0.54.jar | 2 KB |
pdf-utils-4.0.54-tests.jar | 1 KB |
pdf-utils-4.0.54-sources.jar | 1 KB |
pdf-utils-4.0.54-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.54</version>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.swattu/pdf-utils/
implementation 'org.bitbucket.swattu:pdf-utils:4.0.54'
// https://jarcasting.com/artifacts/org.bitbucket.swattu/pdf-utils/
implementation ("org.bitbucket.swattu:pdf-utils:4.0.54")
'org.bitbucket.swattu:pdf-utils:jar:4.0.54'
<dependency org="org.bitbucket.swattu" name="pdf-utils" rev="4.0.54">
<artifact name="pdf-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.swattu', module='pdf-utils', version='4.0.54')
)
libraryDependencies += "org.bitbucket.swattu" % "pdf-utils" % "4.0.54"
[org.bitbucket.swattu/pdf-utils "4.0.54"]