MVN

org.webjars.npm : github-com-faisalman-ua-parser-js

Maven & Gradle

Jan 25, 2023
6.4k stars

ua-parser-js · WebJar for ua-parser-js

<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>github-com-faisalman-ua-parser-js</artifactId>
    <version>0.7.33</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.webjars.npm : github-com-faisalman-ua-parser-js to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.7.33

All Versions

Choose a version of org.webjars.npm : github-com-faisalman-ua-parser-js to add to Maven or Gradle - All Versions:

  • Version Updated
  • github-com-faisalman-ua-parser-js-0.7.33

    Jan 25, 2023
  • github-com-faisalman-ua-parser-js-1.0.33

    Jan 25, 2023
  • github-com-faisalman-ua-parser-js-0.7.18

    Jun 06, 2018

How to add a dependency to Maven

Add the following org.webjars.npm : github-com-faisalman-ua-parser-js maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>github-com-faisalman-ua-parser-js</artifactId>
    <version>0.7.33</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.webjars.npm : github-com-faisalman-ua-parser-js gradle dependency to your build.gradle file:

implementation 'org.webjars.npm:github-com-faisalman-ua-parser-js:0.7.33'

Gradle Kotlin DSL: Add the following org.webjars.npm : github-com-faisalman-ua-parser-js gradle kotlin dependency to your build.gradle.kts file:

implementation("org.webjars.npm:github-com-faisalman-ua-parser-js:0.7.33")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.webjars.npm : github-com-faisalman-ua-parser-js sbt scala dependency to your build.sbt file:

libraryDependencies += "org.webjars.npm" % "github-com-faisalman-ua-parser-js" % "0.7.33"