GroupId | GroupIdcom.51degrees |
---|---|
ArtifactId | ArtifactIdpipeline.device-detection |
Version | Version4.1.0-beta.14 |
Type | Typepom |
Filename | Size |
---|---|
pipeline.device-detection-4.1.0-beta.14.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.51degrees/pipeline.device-detection/ -->
<dependency>
<groupId>com.51degrees</groupId>
<artifactId>pipeline.device-detection</artifactId>
<version>4.1.0-beta.14</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.51degrees/pipeline.device-detection/
implementation 'com.51degrees:pipeline.device-detection:4.1.0-beta.14'
// https://jarcasting.com/artifacts/com.51degrees/pipeline.device-detection/
implementation ("com.51degrees:pipeline.device-detection:4.1.0-beta.14")
'com.51degrees:pipeline.device-detection:pom:4.1.0-beta.14'
<dependency org="com.51degrees" name="pipeline.device-detection" rev="4.1.0-beta.14">
<artifact name="pipeline.device-detection" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.51degrees', module='pipeline.device-detection', version='4.1.0-beta.14')
)
libraryDependencies += "com.51degrees" % "pipeline.device-detection" % "4.1.0-beta.14"
[com.51degrees/pipeline.device-detection "4.1.0-beta.14"]