u

uadetector-parent

UADetector is a library to identify over 190 different desktop and mobile browsers and 130 other User-Agents like feed readers, email clients and multimedia players. In addition, even more than 400 robots like BingBot, Googlebot or Yahoo Bot can be identified.
http://uadetector.sourceforge.net/
The Apache Software License, Version 2.0
André Rouél
Files download
File Operation
uadetector-parent-0.2.7.pom download
Apache Maven
<dependency>
  <groupId>net.sf.uadetector</groupId>
  <artifactId>uadetector-parent</artifactId>
  <version>0.2.7</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'net.sf.uadetector:uadetector-parent:0.2.7'
Gradle Kotlin
implementation("net.sf.uadetector:uadetector-parent:0.2.7")
Scala SBT
libraryDependencies += "net.sf.uadetector" % "uadetector-parent" % "0.2.7"
Groovy Grape
@Grapes(
  @Grab(group='net.sf.uadetector', module='uadetector-parent', version='0.2.7')
)
Apache Ivy
<dependency org="net.sf.uadetector" name="uadetector-parent" rev="0.2.7" />
Leiningen
[net.sf.uadetector/uadetector-parent "0.2.7"]
Apache Buildr
'net.sf.uadetector:uadetector-parent:jar:0.2.7'