User Agent Parser for Java

Java implementation of the UA Parser library. Derives operating system, browser and device metadata from a user-agent string. This library consumes the regular expression rules defined in https://github.com/ua-parser/uap-core.

License

License

Categories

Categories

Java Languages
GroupId

GroupId

com.github.ua-parser
ArtifactId

ArtifactId

uap-java
Last Version

Last Version

1.5.3
Release Date

Release Date

Type

Type

jar
Description

Description

User Agent Parser for Java
Java implementation of the UA Parser library. Derives operating system, browser and device metadata from a user-agent string. This library consumes the regular expression rules defined in https://github.com/ua-parser/uap-core.
Project URL

Project URL

https://github.com/ua-parser/uap-java
Source Code Management

Source Code Management

http://github.com/ua-parser/uap-java/tree/master

Download uap-java

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.ua-parser/uap-java/ -->
<dependency>
    <groupId>com.github.ua-parser</groupId>
    <artifactId>uap-java</artifactId>
    <version>1.5.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ua-parser/uap-java/
implementation 'com.github.ua-parser:uap-java:1.5.3'
// https://jarcasting.com/artifacts/com.github.ua-parser/uap-java/
implementation ("com.github.ua-parser:uap-java:1.5.3")
'com.github.ua-parser:uap-java:jar:1.5.3'
<dependency org="com.github.ua-parser" name="uap-java" rev="1.5.3">
  <artifact name="uap-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ua-parser', module='uap-java', version='1.5.3')
)
libraryDependencies += "com.github.ua-parser" % "uap-java" % "1.5.3"
[com.github.ua-parser/uap-java "1.5.3"]

Dependencies

compile (2)

Group / Artifact Type Version
org.yaml : snakeyaml jar 1.26
org.apache.commons : commons-collections4 jar 4.1

test (2)

Group / Artifact Type Version
junit : junit jar 4.13.1
org.hamcrest : hamcrest-all jar 1.3

Project Modules

There are no modules declared in this project.

Versions

Version
1.5.3
1.5.2
1.5.1
1.5.0
1.4.4
1.4.3
1.4.2
1.4.1
1.4.0