Categories |
CategoriesPDF Data |
---|---|
GroupId | GroupIdcom.github.bingoohuang |
ArtifactId | ArtifactIdpdf-stripper |
Version | Version0.0.7 |
Type | Typejar |
Filename | Size |
---|---|
pdf-stripper-0.0.7.pom | |
pdf-stripper-0.0.7.jar | 38 KB |
pdf-stripper-0.0.7-sources.jar | 14 KB |
pdf-stripper-0.0.7-javadoc.jar | 112 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.bingoohuang/pdf-stripper/ -->
<dependency>
<groupId>com.github.bingoohuang</groupId>
<artifactId>pdf-stripper</artifactId>
<version>0.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bingoohuang/pdf-stripper/
implementation 'com.github.bingoohuang:pdf-stripper:0.0.7'
// https://jarcasting.com/artifacts/com.github.bingoohuang/pdf-stripper/
implementation ("com.github.bingoohuang:pdf-stripper:0.0.7")
'com.github.bingoohuang:pdf-stripper:jar:0.0.7'
<dependency org="com.github.bingoohuang" name="pdf-stripper" rev="0.0.7">
<artifact name="pdf-stripper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bingoohuang', module='pdf-stripper', version='0.0.7')
)
libraryDependencies += "com.github.bingoohuang" % "pdf-stripper" % "0.0.7"
[com.github.bingoohuang/pdf-stripper "0.0.7"]