| Категории |
КатегорииPDF Данные |
|---|---|
| Группа | Группаcom.github.barteksc |
| Идентификатор | Идентификаторpdfium-android |
| Версия | Версия1.6.1 |
| Тип | Типaar |
| Имя Файла | Размер |
|---|---|
| pdfium-android-1.6.1.pom | |
| pdfium-android-1.6.1.aar | 17 MB |
| pdfium-android-1.6.1-sources.jar | 3 KB |
| pdfium-android-1.6.1-javadoc.jar | 31 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.barteksc/pdfium-android/ -->
<dependency>
<groupId>com.github.barteksc</groupId>
<artifactId>pdfium-android</artifactId>
<version>1.6.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.barteksc/pdfium-android/
implementation 'com.github.barteksc:pdfium-android:1.6.1'
// https://jarcasting.com/artifacts/com.github.barteksc/pdfium-android/
implementation ("com.github.barteksc:pdfium-android:1.6.1")
'com.github.barteksc:pdfium-android:aar:1.6.1'
<dependency org="com.github.barteksc" name="pdfium-android" rev="1.6.1">
<artifact name="pdfium-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.barteksc', module='pdfium-android', version='1.6.1')
)
libraryDependencies += "com.github.barteksc" % "pdfium-android" % "1.6.1"
[com.github.barteksc/pdfium-android "1.6.1"]