Categories |
CategoriesiText Business Logic Libraries Documents Processing PDF Data iText |
---|---|
GroupId | GroupIdcom.itextpdf |
ArtifactId | ArtifactIdcleanup |
Version | Version2.0.2 |
Type | Typejar |
Filename | Size |
---|---|
cleanup-2.0.2.pom | |
cleanup-2.0.2.jar | 62 KB |
cleanup-2.0.2-sources.jar | 52 KB |
cleanup-2.0.2-javadoc.jar | 105 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.itextpdf/cleanup/ -->
<dependency>
<groupId>com.itextpdf</groupId>
<artifactId>cleanup</artifactId>
<version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.itextpdf/cleanup/
implementation 'com.itextpdf:cleanup:2.0.2'
// https://jarcasting.com/artifacts/com.itextpdf/cleanup/
implementation ("com.itextpdf:cleanup:2.0.2")
'com.itextpdf:cleanup:jar:2.0.2'
<dependency org="com.itextpdf" name="cleanup" rev="2.0.2">
<artifact name="cleanup" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.itextpdf', module='cleanup', version='2.0.2')
)
libraryDependencies += "com.itextpdf" % "cleanup" % "2.0.2"
[com.itextpdf/cleanup "2.0.2"]