is not current version
Last Version 1.1.1

au.com.flyingkite:mobiledetect 1.0

A lightweight Java library for detecting mobile devices.

GroupId

GroupId

au.com.flyingkite
ArtifactId

ArtifactId

mobiledetect
Version

Version

1.0
Type

Type

jar

Download mobiledetect 1.0


<!-- https://jarcasting.com/artifacts/au.com.flyingkite/mobiledetect/ -->
<dependency>
    <groupId>au.com.flyingkite</groupId>
    <artifactId>mobiledetect</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/au.com.flyingkite/mobiledetect/
implementation 'au.com.flyingkite:mobiledetect:1.0'
// https://jarcasting.com/artifacts/au.com.flyingkite/mobiledetect/
implementation ("au.com.flyingkite:mobiledetect:1.0")
'au.com.flyingkite:mobiledetect:jar:1.0'
<dependency org="au.com.flyingkite" name="mobiledetect" rev="1.0">
  <artifact name="mobiledetect" type="jar" />
</dependency>
@Grapes(
@Grab(group='au.com.flyingkite', module='mobiledetect', version='1.0')
)
libraryDependencies += "au.com.flyingkite" % "mobiledetect" % "1.0"
[au.com.flyingkite/mobiledetect "1.0"]