ahmer-pdfium
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.ahmerafzal1</groupId> <artifactId>ahmer-pdfium</artifactId> <version>1.7.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>io.github.ahmerafzal1</groupId> <artifactId>ahmer-pdfium</artifactId> <version>1.7.0</version> <packaging>aar</packaging> <name>AhmerPdfium</name> <description>Ahmer Pdfium Library for Android (API 19 binding)</description> <url>https://github.com/AhmerAfzal1/AhmerPDF</url> <licenses> <license> <name>The Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <id>ahmerafzal1</id> <name>Ahmer Afzal</name> <email>ahmerafzal@yahoo.com</email> </developer> </developers> <scm> <connection>scm:git:git://github.com:AhmerAfzal1/AhmerPDF.git</connection> <developerConnection>scm:git:ssh://github.com/AhmerAfzal1/AhmerPDF.git</developerConnection> <url>https://github.com/AhmerAfzal1/AhmerPDF/tree/master</url> </scm> </project>