MVN

com.jwebmp.thirdparty : uadetector-resources

Maven & Gradle

Aug 09, 2019
3 usages

UADetector :: Resources · This package contains a verified version of the data file from http://user-agent-string.info. During the verification process the data are checked for ability to run against the current implementation. The goal is to provide frequently updated resources for detection of user agents without having to release a new implementation.

<dependency>
    <groupId>com.jwebmp.thirdparty</groupId>
    <artifactId>uadetector-resources</artifactId>
    <version>0.68.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.jwebmp.thirdparty : uadetector-resources to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.68.0.1

All Versions

Choose a version of com.jwebmp.thirdparty : uadetector-resources to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.68.x
uadetector-resources-0.68.0.1
0.67.x
uadetector-resources-0.67.0.16
uadetector-resources-0.67.0.15
uadetector-resources-0.67.0.12
uadetector-resources-0.67.0.9
uadetector-resources-0.67.0.7
uadetector-resources-0.67.0.5
uadetector-resources-0.67.0.4
uadetector-resources-0.67.0.3
uadetector-resources-0.67.0.2
uadetector-resources-0.67.0.1

How to add a dependency to Maven

Add the following com.jwebmp.thirdparty : uadetector-resources maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.jwebmp.thirdparty</groupId>
    <artifactId>uadetector-resources</artifactId>
    <version>0.68.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.jwebmp.thirdparty : uadetector-resources gradle dependency to your build.gradle file:

implementation 'com.jwebmp.thirdparty:uadetector-resources:0.68.0.1'

Gradle Kotlin DSL: Add the following com.jwebmp.thirdparty : uadetector-resources gradle kotlin dependency to your build.gradle.kts file:

implementation("com.jwebmp.thirdparty:uadetector-resources:0.68.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.jwebmp.thirdparty : uadetector-resources sbt scala dependency to your build.sbt file:

libraryDependencies += "com.jwebmp.thirdparty" % "uadetector-resources" % "0.68.0.1"

Advertisement