u

uadetector-core

The UADetector core library includes the API and implementation to read the detection information and the functions to identify User-Agents, but not the database (also known as UAS data). The UAS data can be found in the resources module.
The Apache Software License, Version 2.0 GNU Lesser General Public License
Files download
File Operation
uadetector-core-0.62.0.1.jar download
uadetector-core-0.62.0.1.pom download
uadetector-core-0.62.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.jwebmp</groupId>
  <artifactId>uadetector-core</artifactId>
  <version>0.62.0.1</version>
</dependency>
Gradle Groovy
implementation 'com.jwebmp:uadetector-core:0.62.0.1'
Gradle Kotlin
implementation("com.jwebmp:uadetector-core:0.62.0.1")
Scala SBT
libraryDependencies += "com.jwebmp" % "uadetector-core" % "0.62.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.jwebmp', module='uadetector-core', version='0.62.0.1')
)
Apache Ivy
<dependency org="com.jwebmp" name="uadetector-core" rev="0.62.0.1" />
Leiningen
[com.jwebmp/uadetector-core "0.62.0.1"]
Apache Buildr
'com.jwebmp:uadetector-core:jar:0.62.0.1'