print-servlet
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.mapfish.print</groupId> <artifactId>print-servlet</artifactId> <version>3.22.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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.mapfish.print</groupId> <artifactId>print-servlet</artifactId> <version>3.22.0</version> <packaging>war</packaging> <name>print-servlet</name> <description>Web application for generating PDFs and images from online webmapping services</description> <url>http://mapfish.github.io/mapfish-print</url> <licenses> <license> <name>BSD 2-Clause License</name> <url>https://opensource.org/licenses/BSD-2-Clause</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>jesseeichar</id> <name>Jesse Eichar</name> </developer> <developer> <id>sbrunner</id> <name>Stéphane Brunner</name> </developer> <developer> <id>tsauerwein</id> <name>Tobias Sauerwein</name> </developer> <developer> <id>geekdenz</id> <name>Tim-Hinnerk Heuer</name> </developer> <developer> <id>miblon</id> <name>Milo van der Linden</name> </developer> <developer> <id>pvalsecc</id> <name>Patrick Valsecchi</name> </developer> </developers> <mailingLists> <mailingList> <name>Users</name> <subscribe>mapfish-print-users+subscribe@googlegroups.com</subscribe> <unsubscribe>mapfish-print-users+unsubscribe@googlegroups.com</unsubscribe> <post>mapfish-print-users@googlegroups.com</post> <archive>https://groups.google.com/forum/#!forum/mapfish-print-users</archive> </mailingList> </mailingLists> <scm> <connection>scm:git@github.com:mapfish/mapfish-print.git</connection> <developerConnection>scm:git@github.com:mapfish/mapfish-print.git</developerConnection> <url>scm:git@github.com:mapfish/mapfish-print.git</url> </scm> </project>