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