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