| Группа | Группаcom.51degrees |
|---|---|
| Идентификатор | Идентификаторdevice-detection.examples |
| Версия | Версия4.3.5 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.51degrees/device-detection.examples/ -->
<dependency>
<groupId>com.51degrees</groupId>
<artifactId>device-detection.examples</artifactId>
<version>4.3.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.51degrees/device-detection.examples/
implementation 'com.51degrees:device-detection.examples:4.3.5'
// https://jarcasting.com/artifacts/com.51degrees/device-detection.examples/
implementation ("com.51degrees:device-detection.examples:4.3.5")
'com.51degrees:device-detection.examples:jar:4.3.5'
<dependency org="com.51degrees" name="device-detection.examples" rev="4.3.5">
<artifact name="device-detection.examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.51degrees', module='device-detection.examples', version='4.3.5')
)
libraryDependencies += "com.51degrees" % "device-detection.examples" % "4.3.5"
[com.51degrees/device-detection.examples "4.3.5"]