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