Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.datadoghq |
ArtifactId | ArtifactIddd-trace-examples |
Last Version | Last Version0.1.1 |
Release Date | Release Date |
Type | Typepom |
Description |
Description |
Filename | Size |
---|---|
dd-trace-examples-0.1.1.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.datadoghq/dd-trace-examples/ -->
<dependency>
<groupId>com.datadoghq</groupId>
<artifactId>dd-trace-examples</artifactId>
<version>0.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.datadoghq/dd-trace-examples/
implementation 'com.datadoghq:dd-trace-examples:0.1.1'
// https://jarcasting.com/artifacts/com.datadoghq/dd-trace-examples/
implementation ("com.datadoghq:dd-trace-examples:0.1.1")
'com.datadoghq:dd-trace-examples:pom:0.1.1'
<dependency org="com.datadoghq" name="dd-trace-examples" rev="0.1.1">
<artifact name="dd-trace-examples" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.datadoghq', module='dd-trace-examples', version='0.1.1')
)
libraryDependencies += "com.datadoghq" % "dd-trace-examples" % "0.1.1"
[com.datadoghq/dd-trace-examples "0.1.1"]