Kotlin User Agents

A library to identify device, browser and some additional information from user agent strings.

License

License

MIT
Categories

Categories

Kotlin Languages
GroupId

GroupId

ru.chermenin
ArtifactId

ArtifactId

kotlin-user-agents
Last Version

Last Version

0.2.2
Release Date

Release Date

Type

Type

jar
Description

Description

Kotlin User Agents
A library to identify device, browser and some additional information from user agent strings.
Project URL

Project URL

https://code.chermenin.ru/kotlin-user-agents/

Download kotlin-user-agents

How to add to project

<!-- https://jarcasting.com/artifacts/ru.chermenin/kotlin-user-agents/ -->
<dependency>
    <groupId>ru.chermenin</groupId>
    <artifactId>kotlin-user-agents</artifactId>
    <version>0.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/ru.chermenin/kotlin-user-agents/
implementation 'ru.chermenin:kotlin-user-agents:0.2.2'
// https://jarcasting.com/artifacts/ru.chermenin/kotlin-user-agents/
implementation ("ru.chermenin:kotlin-user-agents:0.2.2")
'ru.chermenin:kotlin-user-agents:jar:0.2.2'
<dependency org="ru.chermenin" name="kotlin-user-agents" rev="0.2.2">
  <artifact name="kotlin-user-agents" type="jar" />
</dependency>
@Grapes(
@Grab(group='ru.chermenin', module='kotlin-user-agents', version='0.2.2')
)
libraryDependencies += "ru.chermenin" % "kotlin-user-agents" % "0.2.2"
[ru.chermenin/kotlin-user-agents "0.2.2"]

Dependencies

runtime (2)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib jar 1.4.10
com.github.ua-parser : uap-java jar 1.5.2

test (3)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-test jar 1.4.10
org.jetbrains.kotlin : kotlin-test-junit jar 1.4.10
org.hamcrest : hamcrest jar 2.2

Project Modules

There are no modules declared in this project.

Versions

Version
0.2.2
0.2.1
0.2.0
0.1.0