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