Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.wavefront |
ArtifactId | ArtifactIdwavefront-opentracing-bundle-java |
Version | Version1.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.wavefront/wavefront-opentracing-bundle-java/ -->
<dependency>
<groupId>com.wavefront</groupId>
<artifactId>wavefront-opentracing-bundle-java</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.wavefront/wavefront-opentracing-bundle-java/
implementation 'com.wavefront:wavefront-opentracing-bundle-java:1.1.0'
// https://jarcasting.com/artifacts/com.wavefront/wavefront-opentracing-bundle-java/
implementation ("com.wavefront:wavefront-opentracing-bundle-java:1.1.0")
'com.wavefront:wavefront-opentracing-bundle-java:jar:1.1.0'
<dependency org="com.wavefront" name="wavefront-opentracing-bundle-java" rev="1.1.0">
<artifact name="wavefront-opentracing-bundle-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wavefront', module='wavefront-opentracing-bundle-java', version='1.1.0')
)
libraryDependencies += "com.wavefront" % "wavefront-opentracing-bundle-java" % "1.1.0"
[com.wavefront/wavefront-opentracing-bundle-java "1.1.0"]