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