is not current version
Last Version 1.5.3

User Agent Parser for Java 1.5.2

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
Version

Version

1.5.2
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 1.5.2


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

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.