License |
License |
---|---|
GroupId | GroupIdio.github.mngsk |
ArtifactId | ArtifactIddevice-detector |
Version | Version1.0.8 |
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.8.pom | |
device-detector-1.0.8.jar | 225 KB |
device-detector-1.0.8-sources.jar | 203 KB |
device-detector-1.0.8-javadoc.jar | 611 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.mngsk/device-detector/ -->
<dependency>
<groupId>io.github.mngsk</groupId>
<artifactId>device-detector</artifactId>
<version>1.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.mngsk/device-detector/
implementation 'io.github.mngsk:device-detector:1.0.8'
// https://jarcasting.com/artifacts/io.github.mngsk/device-detector/
implementation ("io.github.mngsk:device-detector:1.0.8")
'io.github.mngsk:device-detector:jar:1.0.8'
<dependency org="io.github.mngsk" name="device-detector" rev="1.0.8">
<artifact name="device-detector" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.mngsk', module='device-detector', version='1.0.8')
)
libraryDependencies += "io.github.mngsk" % "device-detector" % "1.0.8"
[io.github.mngsk/device-detector "1.0.8"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-databind | jar | 2.10.5.1 |
com.fasterxml.jackson.datatype : jackson-datatype-jdk8 | jar | 2.10.2 |
com.fasterxml.jackson.dataformat : jackson-dataformat-yaml | jar | 2.10.2 |
org.apache.maven : maven-artifact | jar | 3.6.3 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.6.0 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.6.0 |
org.junit.jupiter : junit-jupiter-params | jar | 5.6.0 |