You can download dropwizard-views-freemarker-0.7.0.jar in this page.
Apache Open Source
dropwizard-views-freemarker-0.7.0.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/io.dropwizard/dropwizard-views-freemarker/pom.properties META-INF/maven/io.dropwizard/dropwizard-views-freemarker/pom.xml META-INF/services/io.dropwizard.views.ViewRenderer io.dropwizard.views.freemarker.FreemarkerViewRenderer.class
dropwizard-views-freemarker-0.7.0.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>io.dropwizard</groupId> <artifactId>dropwizard-parent</artifactId> <version>0.7.0</version> </parent> <artifactId>dropwizard-views-freemarker</artifactId> <name>Dropwizard Freemarker Views</name> <dependencies> <dependency> <groupId>io.dropwizard</groupId> <artifactId>dropwizard-views</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.freemarker</groupId> <artifactId>freemarker</artifactId> <version>2.3.20</version> </dependency> <dependency> <groupId>com.sun.jersey.jersey-test-framework</groupId> <artifactId>jersey-test-framework-core</artifactId> <version>${jersey.version}</version> <scope>test</scope> <exclusions> <exclusion> <groupId>junit</groupId> <artifactId>junit</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.sun.jersey.jersey-test-framework</groupId> <artifactId>jersey-test-framework-http</artifactId> <version>${jersey.version}</version> <scope>test</scope> <exclusions> <exclusion> <groupId>junit</groupId> <artifactId>junit</artifactId> </exclusion> </exclusions> </dependency> </dependencies> </project>
<dependency> <groupId>io.dropwizard</groupId> <artifactId>dropwizard-views-freemarker</artifactId> <version>0.7.0</version> </dependency>
If you think the following dropwizard-views-freemarker-0.7.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download dropwizard-views-freemarker-0.7.0.jar file