GroupId | GroupIdcom.51degrees |
---|---|
ArtifactId | ArtifactIdpipeline.device-detection |
Version | Version4.3.5 |
Type | Typepom |
Filename | Size |
---|---|
pipeline.device-detection-4.3.5.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.3.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.51degrees/pipeline.device-detection/
implementation 'com.51degrees:pipeline.device-detection:4.3.5'
// https://jarcasting.com/artifacts/com.51degrees/pipeline.device-detection/
implementation ("com.51degrees:pipeline.device-detection:4.3.5")
'com.51degrees:pipeline.device-detection:pom:4.3.5'
<dependency org="com.51degrees" name="pipeline.device-detection" rev="4.3.5">
<artifact name="pipeline.device-detection" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.51degrees', module='pipeline.device-detection', version='4.3.5')
)
libraryDependencies += "com.51degrees" % "pipeline.device-detection" % "4.3.5"
[com.51degrees/pipeline.device-detection "4.3.5"]