MVN

be.fluid-it.tools.dropwizard : dropwizard-configurable-assets-bundle

Maven & Gradle

Jun 16, 2015
0 stars

Dropwizard Configurable Asset Bundle · An implementation of an AssetBundle for use in Dropwizard that allows user configuration. (forked from https://github.com/dropwizard-bundles/dropwizard-configurable-assets-bundle)Three pull requests are send to the dropwizard-bundles project. This project becomes obsolete when these have been merged into dropwizard-bundles

<dependency>
    <groupId>be.fluid-it.tools.dropwizard</groupId>
    <artifactId>dropwizard-configurable-assets-bundle</artifactId>
    <version>0.8.2-1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of be.fluid-it.tools.dropwizard : dropwizard-configurable-assets-bundle to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8.2-1

All Versions

Choose a version of be.fluid-it.tools.dropwizard : dropwizard-configurable-assets-bundle to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.8.x
dropwizard-configurable-assets-bundle-0.8.2-1

How to add a dependency to Maven

Add the following be.fluid-it.tools.dropwizard : dropwizard-configurable-assets-bundle maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>be.fluid-it.tools.dropwizard</groupId>
    <artifactId>dropwizard-configurable-assets-bundle</artifactId>
    <version>0.8.2-1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following be.fluid-it.tools.dropwizard : dropwizard-configurable-assets-bundle gradle dependency to your build.gradle file:

implementation 'be.fluid-it.tools.dropwizard:dropwizard-configurable-assets-bundle:0.8.2-1'

Gradle Kotlin DSL: Add the following be.fluid-it.tools.dropwizard : dropwizard-configurable-assets-bundle gradle kotlin dependency to your build.gradle.kts file:

implementation("be.fluid-it.tools.dropwizard:dropwizard-configurable-assets-bundle:0.8.2-1")

How to add a dependency to SBT Scala

SBT Scala: Add the following be.fluid-it.tools.dropwizard : dropwizard-configurable-assets-bundle sbt scala dependency to your build.sbt file:

libraryDependencies += "be.fluid-it.tools.dropwizard" % "dropwizard-configurable-assets-bundle" % "0.8.2-1"

Advertisement