| GroupId | GroupIdcom.51degrees |
|---|---|
| ArtifactId | ArtifactIddevice-detection |
| Version | Versionv3.2.11.3 |
| Type | Typepom |
| Filename | Size |
|---|---|
| device-detection-v3.2.11.3.pom | 7 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.51degrees/device-detection/ -->
<dependency>
<groupId>com.51degrees</groupId>
<artifactId>device-detection</artifactId>
<version>v3.2.11.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.51degrees/device-detection/
implementation 'com.51degrees:device-detection:v3.2.11.3'
// https://jarcasting.com/artifacts/com.51degrees/device-detection/
implementation ("com.51degrees:device-detection:v3.2.11.3")
'com.51degrees:device-detection:pom:v3.2.11.3'
<dependency org="com.51degrees" name="device-detection" rev="v3.2.11.3">
<artifact name="device-detection" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.51degrees', module='device-detection', version='v3.2.11.3')
)
libraryDependencies += "com.51degrees" % "device-detection" % "v3.2.11.3"
[com.51degrees/device-detection "v3.2.11.3"]