MVN

org.webjars.bowergithub.fancyapps : fancybox

Maven & Gradle

Feb 11, 2023
7.2k stars

fancybox · WebJar for fancybox

<dependency>
    <groupId>org.webjars.bowergithub.fancyapps</groupId>
    <artifactId>fancybox</artifactId>
    <version>3.5.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.5.7

All Versions

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

Version Vulnerabilities Updated
3.5.x
fancybox-3.5.7

How to add a dependency to Maven

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

<dependency>
    <groupId>org.webjars.bowergithub.fancyapps</groupId>
    <artifactId>fancybox</artifactId>
    <version>3.5.7</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.webjars.bowergithub.fancyapps:fancybox:3.5.7'

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

implementation("org.webjars.bowergithub.fancyapps:fancybox:3.5.7")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.webjars.bowergithub.fancyapps" % "fancybox" % "3.5.7"