| GroupId | GroupIdcom.playtika.sleuth |
|---|---|
| ArtifactId | ArtifactIdsleuth-camel |
| Version | Version2.0.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| sleuth-camel-2.0.0.pom | 10 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.playtika.sleuth/sleuth-camel/ -->
<dependency>
<groupId>com.playtika.sleuth</groupId>
<artifactId>sleuth-camel</artifactId>
<version>2.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.playtika.sleuth/sleuth-camel/
implementation 'com.playtika.sleuth:sleuth-camel:2.0.0'
// https://jarcasting.com/artifacts/com.playtika.sleuth/sleuth-camel/
implementation ("com.playtika.sleuth:sleuth-camel:2.0.0")
'com.playtika.sleuth:sleuth-camel:pom:2.0.0'
<dependency org="com.playtika.sleuth" name="sleuth-camel" rev="2.0.0">
<artifact name="sleuth-camel" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.playtika.sleuth', module='sleuth-camel', version='2.0.0')
)
libraryDependencies += "com.playtika.sleuth" % "sleuth-camel" % "2.0.0"
[com.playtika.sleuth/sleuth-camel "2.0.0"]