MVN

org.webjars.npm : focus-trap

Maven & Gradle

Aug 04, 2023
8 usages
1.2k stars

focus-trap · WebJar for focus-trap

<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>focus-trap</artifactId>
    <version>6.9.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.webjars.npm : focus-trap to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.9.2

All Versions

Choose a version of org.webjars.npm : focus-trap to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.4.x
focus-trap-7.4.3
6.9.x
focus-trap-6.9.2
6.7.x
focus-trap-6.7.2
5.1.x
focus-trap-5.1.0
5.0.x
focus-trap-5.0.2
focus-trap-5.0.0
4.0.x
focus-trap-4.0.2
3.0.x
focus-trap-3.0.0
2.4.x
focus-trap-2.4.6
focus-trap-2.4.5
focus-trap-2.4.3
2.3.x
focus-trap-2.3.0
2.1.x
focus-trap-2.1.0

How to add a dependency to Maven

Add the following org.webjars.npm : focus-trap maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>focus-trap</artifactId>
    <version>6.9.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.webjars.npm : focus-trap gradle dependency to your build.gradle file:

implementation 'org.webjars.npm:focus-trap:6.9.2'

Gradle Kotlin DSL: Add the following org.webjars.npm : focus-trap gradle kotlin dependency to your build.gradle.kts file:

implementation("org.webjars.npm:focus-trap:6.9.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.webjars.npm : focus-trap sbt scala dependency to your build.sbt file:

libraryDependencies += "org.webjars.npm" % "focus-trap" % "6.9.2"

Advertisement