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