GroupId | GroupIdau.com.flyingkite |
---|---|
ArtifactId | ArtifactIdmobiledetect |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
mobiledetect-1.0.pom | |
mobiledetect-1.0.jar | 7 KB |
mobiledetect-1.0-sources.jar | 6 KB |
mobiledetect-1.0-javadoc.jar | 34 KB |
Browse |
<!-- 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"]