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