GroupId | GroupIdcom.51degrees |
---|---|
ArtifactId | ArtifactIddevice-detection |
Version | Version4.2.0 |
Type | Typejar |
Filename | Size |
---|---|
device-detection-4.2.0.pom | |
device-detection-4.2.0.jar | 10 KB |
device-detection-4.2.0-sources.jar | 10 KB |
device-detection-4.2.0-javadoc.jar | 47 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.51degrees/device-detection/ -->
<dependency>
<groupId>com.51degrees</groupId>
<artifactId>device-detection</artifactId>
<version>4.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.51degrees/device-detection/
implementation 'com.51degrees:device-detection:4.2.0'
// https://jarcasting.com/artifacts/com.51degrees/device-detection/
implementation ("com.51degrees:device-detection:4.2.0")
'com.51degrees:device-detection:jar:4.2.0'
<dependency org="com.51degrees" name="device-detection" rev="4.2.0">
<artifact name="device-detection" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.51degrees', module='device-detection', version='4.2.0')
)
libraryDependencies += "com.51degrees" % "device-detection" % "4.2.0"
[com.51degrees/device-detection "4.2.0"]