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