MVN

org.webjars.bower : github-com-KHaack-bootstrap-treeview-

Maven & Gradle

Feb 26, 2018
0 stars

bootstrap-treeview · WebJar for bootstrap-treeview

<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>github-com-KHaack-bootstrap-treeview-</artifactId>
    <version>1.2.0-sask</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.webjars.bower : github-com-KHaack-bootstrap-treeview- to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.0-sask

All Versions

Choose a version of org.webjars.bower : github-com-KHaack-bootstrap-treeview- to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
github-com-KHaack-bootstrap-treeview--1.2.0-sask

How to add a dependency to Maven

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

<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>github-com-KHaack-bootstrap-treeview-</artifactId>
    <version>1.2.0-sask</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.webjars.bower : github-com-KHaack-bootstrap-treeview- gradle dependency to your build.gradle file:

implementation 'org.webjars.bower:github-com-KHaack-bootstrap-treeview-:1.2.0-sask'

Gradle Kotlin DSL: Add the following org.webjars.bower : github-com-KHaack-bootstrap-treeview- gradle kotlin dependency to your build.gradle.kts file:

implementation("org.webjars.bower:github-com-KHaack-bootstrap-treeview-:1.2.0-sask")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.webjars.bower : github-com-KHaack-bootstrap-treeview- sbt scala dependency to your build.sbt file:

libraryDependencies += "org.webjars.bower" % "github-com-KHaack-bootstrap-treeview-" % "1.2.0-sask"