Categories |
CategoriesPDF Data |
---|---|
GroupId | GroupIdcom.github.barteksc |
ArtifactId | ArtifactIdpdfium-android |
Version | Version1.8.2 |
Type | Typeaar |
Filename | Size |
---|---|
pdfium-android-1.8.2.pom | |
pdfium-android-1.8.2.aar | 17 MB |
pdfium-android-1.8.2-sources.jar | 6 KB |
pdfium-android-1.8.2-javadoc.jar | 46 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.barteksc/pdfium-android/ -->
<dependency>
<groupId>com.github.barteksc</groupId>
<artifactId>pdfium-android</artifactId>
<version>1.8.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.barteksc/pdfium-android/
implementation 'com.github.barteksc:pdfium-android:1.8.2'
// https://jarcasting.com/artifacts/com.github.barteksc/pdfium-android/
implementation ("com.github.barteksc:pdfium-android:1.8.2")
'com.github.barteksc:pdfium-android:aar:1.8.2'
<dependency org="com.github.barteksc" name="pdfium-android" rev="1.8.2">
<artifact name="pdfium-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.barteksc', module='pdfium-android', version='1.8.2')
)
libraryDependencies += "com.github.barteksc" % "pdfium-android" % "1.8.2"
[com.github.barteksc/pdfium-android "1.8.2"]