License |
License |
---|---|
GroupId | GroupIdau.com.flyingkite |
ArtifactId | ArtifactIdmobiledetect |
Last Version | Last Version1.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionmobile-detect
A lightweight Java library for detecting mobile devices.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
mobiledetect-1.1.1.pom | |
mobiledetect-1.1.1.jar | 7 KB |
mobiledetect-1.1.1-sources.jar | 6 KB |
mobiledetect-1.1.1-javadoc.jar | 34 KB |
Browse |
<!-- https://jarcasting.com/artifacts/au.com.flyingkite/mobiledetect/ -->
<dependency>
<groupId>au.com.flyingkite</groupId>
<artifactId>mobiledetect</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/au.com.flyingkite/mobiledetect/
implementation 'au.com.flyingkite:mobiledetect:1.1.1'
// https://jarcasting.com/artifacts/au.com.flyingkite/mobiledetect/
implementation ("au.com.flyingkite:mobiledetect:1.1.1")
'au.com.flyingkite:mobiledetect:jar:1.1.1'
<dependency org="au.com.flyingkite" name="mobiledetect" rev="1.1.1">
<artifact name="mobiledetect" type="jar" />
</dependency>
@Grapes(
@Grab(group='au.com.flyingkite', module='mobiledetect', version='1.1.1')
)
libraryDependencies += "au.com.flyingkite" % "mobiledetect" % "1.1.1"
[au.com.flyingkite/mobiledetect "1.1.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.9 |