| Categories |
CategoriesPDF Data |
|---|---|
| GroupId | GroupIdcom.github.ahmerafzal1 |
| ArtifactId | ArtifactIdAhmerPdfium |
| Version | Version2.0.0 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| AhmerPdfium-2.0.0.pom | |
| AhmerPdfium-2.0.0.aar | 16 MB |
| AhmerPdfium-2.0.0-sources.jar | 7 KB |
| AhmerPdfium-2.0.0-javadoc.jar | 48 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.ahmerafzal1/AhmerPdfium/ -->
<dependency>
<groupId>com.github.ahmerafzal1</groupId>
<artifactId>AhmerPdfium</artifactId>
<version>2.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.ahmerafzal1/AhmerPdfium/
implementation 'com.github.ahmerafzal1:AhmerPdfium:2.0.0'
// https://jarcasting.com/artifacts/com.github.ahmerafzal1/AhmerPdfium/
implementation ("com.github.ahmerafzal1:AhmerPdfium:2.0.0")
'com.github.ahmerafzal1:AhmerPdfium:aar:2.0.0'
<dependency org="com.github.ahmerafzal1" name="AhmerPdfium" rev="2.0.0">
<artifact name="AhmerPdfium" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.ahmerafzal1', module='AhmerPdfium', version='2.0.0')
)
libraryDependencies += "com.github.ahmerafzal1" % "AhmerPdfium" % "2.0.0"
[com.github.ahmerafzal1/AhmerPdfium "2.0.0"]