GroupId | GroupIdcom.51degrees |
---|---|
ArtifactId | ArtifactIddevice-detection.examples |
Version | Version4.1.0-beta.19 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.51degrees/device-detection.examples/ -->
<dependency>
<groupId>com.51degrees</groupId>
<artifactId>device-detection.examples</artifactId>
<version>4.1.0-beta.19</version>
</dependency>
// https://jarcasting.com/artifacts/com.51degrees/device-detection.examples/
implementation 'com.51degrees:device-detection.examples:4.1.0-beta.19'
// https://jarcasting.com/artifacts/com.51degrees/device-detection.examples/
implementation ("com.51degrees:device-detection.examples:4.1.0-beta.19")
'com.51degrees:device-detection.examples:jar:4.1.0-beta.19'
<dependency org="com.51degrees" name="device-detection.examples" rev="4.1.0-beta.19">
<artifact name="device-detection.examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.51degrees', module='device-detection.examples', version='4.1.0-beta.19')
)
libraryDependencies += "com.51degrees" % "device-detection.examples" % "4.1.0-beta.19"
[com.51degrees/device-detection.examples "4.1.0-beta.19"]