d

dropwizard-webjars-bundle

Dropwizard bundle to make working with Webjars (http://webjars.org) easier.
The Apache Software License, Version 2.0
Brandon Beck Nate Bauernfeind
Files download
File Operation
dropwizard-webjars-bundle-1.3.5.jar download
dropwizard-webjars-bundle-1.3.5.pom download
dropwizard-webjars-bundle-1.3.5-sources.jar download
Apache Maven
<dependency>
  <groupId>io.dropwizard-bundles</groupId>
  <artifactId>dropwizard-webjars-bundle</artifactId>
  <version>1.3.5</version>
</dependency>
Gradle Groovy
implementation 'io.dropwizard-bundles:dropwizard-webjars-bundle:1.3.5'
Gradle Kotlin
implementation("io.dropwizard-bundles:dropwizard-webjars-bundle:1.3.5")
Scala SBT
libraryDependencies += "io.dropwizard-bundles" % "dropwizard-webjars-bundle" % "1.3.5"
Groovy Grape
@Grapes(
  @Grab(group='io.dropwizard-bundles', module='dropwizard-webjars-bundle', version='1.3.5')
)
Apache Ivy
<dependency org="io.dropwizard-bundles" name="dropwizard-webjars-bundle" rev="1.3.5" />
Leiningen
[io.dropwizard-bundles/dropwizard-webjars-bundle "1.3.5"]
Apache Buildr
'io.dropwizard-bundles:dropwizard-webjars-bundle:jar:1.3.5'