is not current version
Last Version 1.0.10

io.github.mngsk:device-detector 1.0.1

The Universal Device Detection library that parses User Agents and detects devices (desktop, tablet, mobile, tv, cars, console, etc.), clients (browsers, feed readers, media players, PIMs, ...), operating systems, brands and models.

GroupId

GroupId

io.github.mngsk
ArtifactId

ArtifactId

device-detector
Version

Version

1.0.1
Type

Type

jar

Download device-detector 1.0.1


<!-- https://jarcasting.com/artifacts/io.github.mngsk/device-detector/ -->
<dependency>
    <groupId>io.github.mngsk</groupId>
    <artifactId>device-detector</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.mngsk/device-detector/
implementation 'io.github.mngsk:device-detector:1.0.1'
// https://jarcasting.com/artifacts/io.github.mngsk/device-detector/
implementation ("io.github.mngsk:device-detector:1.0.1")
'io.github.mngsk:device-detector:jar:1.0.1'
<dependency org="io.github.mngsk" name="device-detector" rev="1.0.1">
  <artifact name="device-detector" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.mngsk', module='device-detector', version='1.0.1')
)
libraryDependencies += "io.github.mngsk" % "device-detector" % "1.0.1"
[io.github.mngsk/device-detector "1.0.1"]