Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bpossolo committed Sep 26, 2020
1 parent 76d624b commit 1ac13c9
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Expand Up @@ -4,6 +4,22 @@ ua_parser Java Library
This is the Java implementation of [ua-parser](https://github.com/ua-parser).
The implementation uses the shared regex patterns and overrides from [regexes.yaml](https://github.com/ua-parser/uap-core/blob/master/regexes.yaml).

Import Dependency:
------
Maven
```
<dependency>
<groupId>com.github.ua-parser</groupId>
<artifactId>uap-java</artifactId>
<version>1.5.0</version>
</dependency>
```

SBT
```
"com.github.ua-parser" % "uap-java" % "1.5.0"
```

Build:
------

Expand Down

0 comments on commit 1ac13c9

Please sign in to comment.