GroupId | GroupIdcom.51degrees |
---|---|
ArtifactId | ArtifactIddevice-detection-webapp-examples |
Version | Version3.2.12.4 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/com.51degrees/device-detection-webapp-examples/ -->
<dependency>
<groupId>com.51degrees</groupId>
<artifactId>device-detection-webapp-examples</artifactId>
<version>3.2.12.4</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.51degrees/device-detection-webapp-examples/
implementation 'com.51degrees:device-detection-webapp-examples:3.2.12.4'
// https://jarcasting.com/artifacts/com.51degrees/device-detection-webapp-examples/
implementation ("com.51degrees:device-detection-webapp-examples:3.2.12.4")
'com.51degrees:device-detection-webapp-examples:war:3.2.12.4'
<dependency org="com.51degrees" name="device-detection-webapp-examples" rev="3.2.12.4">
<artifact name="device-detection-webapp-examples" type="war" />
</dependency>
@Grapes(
@Grab(group='com.51degrees', module='device-detection-webapp-examples', version='3.2.12.4')
)
libraryDependencies += "com.51degrees" % "device-detection-webapp-examples" % "3.2.12.4"
[com.51degrees/device-detection-webapp-examples "3.2.12.4"]