License |
License |
---|---|
GroupId | GroupIdio.github.mngsk |
ArtifactId | ArtifactIddevice-detector |
Last Version | Last Version1.0.10 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDevice Detector
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.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
device-detector-1.0.10.pom | |
device-detector-1.0.10.jar | 155 KB |
device-detector-1.0.10-sources.jar | 134 KB |
device-detector-1.0.10-javadoc.jar | 226 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.mngsk/device-detector/ -->
<dependency>
<groupId>io.github.mngsk</groupId>
<artifactId>device-detector</artifactId>
<version>1.0.10</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.mngsk/device-detector/
implementation 'io.github.mngsk:device-detector:1.0.10'
// https://jarcasting.com/artifacts/io.github.mngsk/device-detector/
implementation ("io.github.mngsk:device-detector:1.0.10")
'io.github.mngsk:device-detector:jar:1.0.10'
<dependency org="io.github.mngsk" name="device-detector" rev="1.0.10">
<artifact name="device-detector" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.mngsk', module='device-detector', version='1.0.10')
)
libraryDependencies += "io.github.mngsk" % "device-detector" % "1.0.10"
[io.github.mngsk/device-detector "1.0.10"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-databind | jar | 2.12.3 |
com.fasterxml.jackson.datatype : jackson-datatype-jdk8 | jar | 2.12.3 |
com.fasterxml.jackson.dataformat : jackson-dataformat-yaml | jar | 2.12.3 |
org.apache.maven : maven-artifact | jar | 3.8.1 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.7.2 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.7.2 |
org.junit.jupiter : junit-jupiter-params | jar | 5.7.2 |