pdfjs-dist
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.mvnpm</groupId> <artifactId>pdfjs-dist</artifactId> <version>4.10.38</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>org.mvnpm</groupId> <artifactId>pdfjs-dist</artifactId> <version>4.10.38</version> <name>pdfjs-dist</name> <description>Generic build of Mozilla's PDF.js library.</description> <url>https://mozilla.github.io/pdf.js/</url> <organization> <name>pdfjs-dist</name> <url>https://mozilla.github.io/pdf.js/</url> </organization> <licenses> <license> <name>Apache-2.0</name> </license> </licenses> <developers> <developer> <name>yurydelendik</name> <email>ydelendik@mozilla.com</email> </developer> <developer> <name>pdfjsbot</name> <email>dev-pdf-js@lists.mozilla.org</email> </developer> <developer> <name>brendandahl</name> <email>brendan.dahl@gmail.com</email> </developer> </developers> <scm> <connection>https://github.com/mozilla/pdf.js.git</connection> <developerConnection>https://github.com/mozilla/pdf.js.git</developerConnection> <url>https://github.com/mozilla/pdf.js</url> </scm> <issueManagement> <url>https://github.com/mozilla/pdf.js/issues</url> </issueManagement> </project>