| Группа | Группаcom.51degrees |
|---|---|
| Идентификатор | Идентификаторdevice-detection |
| Версия | Версия4.1.9 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| device-detection-4.1.9.pom | |
| device-detection-4.1.9.jar | 10 KB |
| device-detection-4.1.9-sources.jar | 10 KB |
| device-detection-4.1.9-javadoc.jar | 48 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.51degrees/device-detection/ -->
<dependency>
<groupId>com.51degrees</groupId>
<artifactId>device-detection</artifactId>
<version>4.1.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.51degrees/device-detection/
implementation 'com.51degrees:device-detection:4.1.9'
// https://jarcasting.com/artifacts/com.51degrees/device-detection/
implementation ("com.51degrees:device-detection:4.1.9")
'com.51degrees:device-detection:jar:4.1.9'
<dependency org="com.51degrees" name="device-detection" rev="4.1.9">
<artifact name="device-detection" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.51degrees', module='device-detection', version='4.1.9')
)
libraryDependencies += "com.51degrees" % "device-detection" % "4.1.9"
[com.51degrees/device-detection "4.1.9"]