MVN

org.webjars.bowergithub.owlcarousel2 : owlcarousel2

Maven & Gradle

Dec 04, 2018
1 usages
7.8k stars

owl.carousel · WebJar for owl.carousel

<dependency>
    <groupId>org.webjars.bowergithub.owlcarousel2</groupId>
    <artifactId>owlcarousel2</artifactId>
    <version>2.3.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.webjars.bowergithub.owlcarousel2 : owlcarousel2 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.4

All Versions

Choose a version of org.webjars.bowergithub.owlcarousel2 : owlcarousel2 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
owlcarousel2-2.3.4

How to add a dependency to Maven

Add the following org.webjars.bowergithub.owlcarousel2 : owlcarousel2 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.webjars.bowergithub.owlcarousel2</groupId>
    <artifactId>owlcarousel2</artifactId>
    <version>2.3.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.webjars.bowergithub.owlcarousel2 : owlcarousel2 gradle dependency to your build.gradle file:

implementation 'org.webjars.bowergithub.owlcarousel2:owlcarousel2:2.3.4'

Gradle Kotlin DSL: Add the following org.webjars.bowergithub.owlcarousel2 : owlcarousel2 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.webjars.bowergithub.owlcarousel2:owlcarousel2:2.3.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.webjars.bowergithub.owlcarousel2 : owlcarousel2 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.webjars.bowergithub.owlcarousel2" % "owlcarousel2" % "2.3.4"

Advertisement