MVN

com.github.dandelion : dandelion-webjars

Maven & Gradle

Aug 11, 2015
2 usages
63 stars

Dandelion :: Extras :: Locator :: Webjars · Extra providing a new asset locator for WebJars.

<dependency>
    <groupId>com.github.dandelion</groupId>
    <artifactId>dandelion-webjars</artifactId>
    <version>1.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.dandelion : dandelion-webjars to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.1

All Versions

Choose a version of com.github.dandelion : dandelion-webjars to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
dandelion-webjars-1.1.1
dandelion-webjars-1.1.0
1.0.x
dandelion-webjars-1.0.1
dandelion-webjars-1.0.0
0.10.x
dandelion-webjars-0.10.1
dandelion-webjars-0.10.0
0.2.x
dandelion-webjars-0.2.1
dandelion-webjars-0.2.0
0.1.x
dandelion-webjars-0.1.0

How to add a dependency to Maven

Add the following com.github.dandelion : dandelion-webjars maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.dandelion</groupId>
    <artifactId>dandelion-webjars</artifactId>
    <version>1.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.dandelion : dandelion-webjars gradle dependency to your build.gradle file:

implementation 'com.github.dandelion:dandelion-webjars:1.1.1'

Gradle Kotlin DSL: Add the following com.github.dandelion : dandelion-webjars gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.dandelion:dandelion-webjars:1.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.dandelion : dandelion-webjars sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.dandelion" % "dandelion-webjars" % "1.1.1"

Advertisement