License |
License |
---|---|
Categories |
CategoriesPDF Data |
GroupId | GroupIdorg.toucanpdf |
ArtifactId | ArtifactIdtoucanpdf |
Last Version | Last Version1.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionToucan-PDF
Java library for the creation of PDF files
|
Project Organization |
Project Organization42 BV |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
toucanpdf-1.0.2.pom | |
toucanpdf-1.0.2.jar | 1 MB |
toucanpdf-1.0.2-sources.jar | 1 MB |
toucanpdf-1.0.2-javadoc.jar | 791 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.toucanpdf/toucanpdf/ -->
<dependency>
<groupId>org.toucanpdf</groupId>
<artifactId>toucanpdf</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.toucanpdf/toucanpdf/
implementation 'org.toucanpdf:toucanpdf:1.0.2'
// https://jarcasting.com/artifacts/org.toucanpdf/toucanpdf/
implementation ("org.toucanpdf:toucanpdf:1.0.2")
'org.toucanpdf:toucanpdf:jar:1.0.2'
<dependency org="org.toucanpdf" name="toucanpdf" rev="1.0.2">
<artifact name="toucanpdf" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.toucanpdf', module='toucanpdf', version='1.0.2')
)
libraryDependencies += "org.toucanpdf" % "toucanpdf" % "1.0.2"
[org.toucanpdf/toucanpdf "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.6 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-log4j12 | jar | 1.7.6 |
com.googlecode.jmockit : jmockit | jar | 1.7 |
junit : junit | jar | 4.11 |