Categories |
CategoriesPDF Data |
---|---|
GroupId | GroupIdcom.github.librepdf |
ArtifactId | ArtifactIdpdf-swing |
Version | Version1.3.16 |
Type | Typejar |
Filename | Size |
---|---|
pdf-swing-1.3.16.pom | |
pdf-swing-1.3.16.jar | 61 KB |
pdf-swing-1.3.16-sources.jar | 85 KB |
pdf-swing-1.3.16-javadoc.jar | 426 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.librepdf/pdf-swing/ -->
<dependency>
<groupId>com.github.librepdf</groupId>
<artifactId>pdf-swing</artifactId>
<version>1.3.16</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.librepdf/pdf-swing/
implementation 'com.github.librepdf:pdf-swing:1.3.16'
// https://jarcasting.com/artifacts/com.github.librepdf/pdf-swing/
implementation ("com.github.librepdf:pdf-swing:1.3.16")
'com.github.librepdf:pdf-swing:jar:1.3.16'
<dependency org="com.github.librepdf" name="pdf-swing" rev="1.3.16">
<artifact name="pdf-swing" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.librepdf', module='pdf-swing', version='1.3.16')
)
libraryDependencies += "com.github.librepdf" % "pdf-swing" % "1.3.16"
[com.github.librepdf/pdf-swing "1.3.16"]