Download dropwizard-configurable-assets-bundle-0.2.2.jar file

Introduction

You can download dropwizard-configurable-assets-bundle-0.2.2.jar in this page.

License

Open Source

Type List

dropwizard-configurable-assets-bundle-0.2.2.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/com.bazaarvoice.dropwizard/dropwizard-configurable-assets-bundle/pom.properties
META-INF/maven/com.bazaarvoice.dropwizard/dropwizard-configurable-assets-bundle/pom.xml
com.bazaarvoice.dropwizard.assets.AssetServlet.class
com.bazaarvoice.dropwizard.assets.AssetsBundleConfiguration.class
com.bazaarvoice.dropwizard.assets.AssetsConfiguration.class
com.bazaarvoice.dropwizard.assets.ConfiguredAssetsBundle.class

Pom

dropwizard-configurable-assets-bundle-0.2.2.pom file content.

<?xml version="1.0"?>
<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/maven-v4_0_0.xsd">
    <modelVersion>4.0.0</modelVersion>

    <parent>
        <groupId>com.bazaarvoice.commons</groupId>
        <artifactId>bv-opensource-super-pom</artifactId>
        <version>1.3</version>
    </parent>

    <groupId>com.bazaarvoice.dropwizard</groupId>
    <artifactId>dropwizard-configurable-assets-bundle</artifactId>
    <version>0.2.2</version>
    <packaging>jar</packaging>

    <name>Dropwizard Configurable Asset Bundle</name>
    <description>An implementation of an AssetBundle for use in Dropwizard that allows user configuration.</description>

    <scm>
        <url>https://github.com/bazaarvoice/dropwizard-configurable-assets-bundle</url>
        <connection>scm:git:git@github.com:bazaarvoice/dropwizard-configurable-assets-bundle.git</connection>
        <developerConnection>
            scm:git:git@github.com:bazaarvoice/dropwizard-configurable-assets-bundle.git
        </developerConnection>
      <tag>dropwizard-configurable-assets-bundle-0.2.2</tag>
  </scm>

    <properties>
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
        <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
        <jetty.version>9.0.7.v20131107</jetty.version>
        <dropwizard.version>0.7.1</dropwizard.version>
    </properties>

    <dependencies>
        <dependency>
            <groupId>com.google.guava</groupId>
            <artifactId>guava</artifactId>
            <version>17.0</version>
        </dependency>

        <dependency>
            <groupId>io.dropwizard</groupId>
            <artifactId>dropwizard-core</artifactId>
            <version>${dropwizard.version}</version>
        </dependency>
        <dependency>
            <groupId>io.dropwizard</groupId>
            <artifactId>dropwizard-servlets</artifactId>
            <version>${dropwizard.version}</version>
        </dependency>

        <dependency>
            <groupId>org.eclipse.jetty</groupId>
            <artifactId>jetty-servlet</artifactId>
            <version>${jetty.version}</version>
            <scope>test</scope>
        </dependency>

        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <version>4.11</version>
            <scope>test</scope>
        </dependency>

        <dependency>
            <groupId>org.easytesting</groupId>
            <artifactId>fest-assert-core</artifactId>
            <version>2.0M10</version>
            <scope>test</scope>
        </dependency>
    </dependencies>

    <build>
        <testResources>
            <testResource>
                <directory>src/test/more-resources</directory>
            </testResource>
            <testResource>
                <directory>src/test/resources</directory>
            </testResource>
        </testResources>

        <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-compiler-plugin</artifactId>
                <version>3.1</version>
                <configuration>
                    <source>1.7</source>
                    <target>1.7</target>
                </configuration>
            </plugin>
        </plugins>
    </build>
</project>

POM Entry

<dependency>
   <groupId>com.bazaarvoice.dropwizard</groupId>
   <artifactId>dropwizard-configurable-assets-bundle</artifactId>
   <version>0.2.2</version>
</dependency>

Download

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



Download dropwizard-configurable-assets-bundle-0.2.2.jar file




PreviousNext

Related