License |
License |
---|---|
Categories |
CategoriesPDF Data |
GroupId | GroupIdio.pdfapi |
ArtifactId | ArtifactIdsdk |
Version | Version2.2.0 |
Type | Typejar |
Description |
Descriptionjava-sdk
pdfapi.io Java SDK
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
sdk-2.2.0.pom | |
sdk-2.2.0.jar | 21 KB |
sdk-2.2.0-sources.jar | 11 KB |
sdk-2.2.0-javadoc.jar | 533 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.pdfapi/sdk/ -->
<dependency>
<groupId>io.pdfapi</groupId>
<artifactId>sdk</artifactId>
<version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.pdfapi/sdk/
implementation 'io.pdfapi:sdk:2.2.0'
// https://jarcasting.com/artifacts/io.pdfapi/sdk/
implementation ("io.pdfapi:sdk:2.2.0")
'io.pdfapi:sdk:jar:2.2.0'
<dependency org="io.pdfapi" name="sdk" rev="2.2.0">
<artifact name="sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.pdfapi', module='sdk', version='2.2.0')
)
libraryDependencies += "io.pdfapi" % "sdk" % "2.2.0"
[io.pdfapi/sdk "2.2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.httpcomponents : httpclient | jar | 4.5.2 |
com.google.code.gson : gson | jar | 2.8.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |