Download dropwizard-views-mustache-0.8.1.jar file

Introduction

You can download dropwizard-views-mustache-0.8.1.jar in this page.

License

Apache Open Source

Type List

dropwizard-views-mustache-0.8.1.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/io.dropwizard/dropwizard-views-mustache/pom.properties
META-INF/maven/io.dropwizard/dropwizard-views-mustache/pom.xml
META-INF/services/io.dropwizard.views.ViewRenderer
io.dropwizard.views.mustache.MustacheViewRenderer.class
io.dropwizard.views.mustache.PerClassMustacheFactory.class

Pom

dropwizard-views-mustache-0.8.1.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.8.1</version>
    </parent>

    <artifactId>dropwizard-views-mustache</artifactId>
    <name>Dropwizard Mustache Views</name>

    <dependencies>
        <dependency>
            <groupId>io.dropwizard</groupId>
            <artifactId>dropwizard-views</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>com.github.spullara.mustache.java</groupId>
            <artifactId>compiler</artifactId>
            <version>0.8.17</version>
            <exclusions>
                <exclusion>
                    <groupId>com.google.guava</groupId>
                    <artifactId>guava</artifactId>
                </exclusion>
            </exclusions>
        </dependency>
        <dependency>
            <groupId>org.glassfish.jersey.test-framework.providers</groupId>
            <artifactId>jersey-test-framework-provider-jdk-http</artifactId>
            <version>${jersey.version}</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>

POM Entry

<dependency>
   <groupId>io.dropwizard</groupId>
   <artifactId>dropwizard-views-mustache</artifactId>
   <version>0.8.1</version>
</dependency>

Download

If you think the following dropwizard-views-mustache-0.8.1.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download dropwizard-views-mustache-0.8.1.jar file




PreviousNext

Related