is not current version
Last Version 0.2.2

Kotlin User Agents 0.2.1

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
Version

Version

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


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

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.0

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.