GroupId | GroupIdio.github.mngsk |
---|---|
ArtifactId | ArtifactIddevice-detector |
Version | Version1.0.6 |
Type | Typejar |
Filename | Size |
---|---|
device-detector-1.0.6.pom | |
device-detector-1.0.6.jar | 186 KB |
device-detector-1.0.6-sources.jar | 164 KB |
device-detector-1.0.6-javadoc.jar | 610 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.mngsk/device-detector/ -->
<dependency>
<groupId>io.github.mngsk</groupId>
<artifactId>device-detector</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.mngsk/device-detector/
implementation 'io.github.mngsk:device-detector:1.0.6'
// https://jarcasting.com/artifacts/io.github.mngsk/device-detector/
implementation ("io.github.mngsk:device-detector:1.0.6")
'io.github.mngsk:device-detector:jar:1.0.6'
<dependency org="io.github.mngsk" name="device-detector" rev="1.0.6">
<artifact name="device-detector" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.mngsk', module='device-detector', version='1.0.6')
)
libraryDependencies += "io.github.mngsk" % "device-detector" % "1.0.6"
[io.github.mngsk/device-detector "1.0.6"]