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