Categories |
CategoriesQuarkus Container Microservices |
---|---|
GroupId | GroupIdorg.apache.camel.quarkus |
ArtifactId | ArtifactIdcamel-quarkus-integration-test-opentracing |
Version | Version0.3.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.camel.quarkus/camel-quarkus-integration-test-opentracing/ -->
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-test-opentracing</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel.quarkus/camel-quarkus-integration-test-opentracing/
implementation 'org.apache.camel.quarkus:camel-quarkus-integration-test-opentracing:0.3.0'
// https://jarcasting.com/artifacts/org.apache.camel.quarkus/camel-quarkus-integration-test-opentracing/
implementation ("org.apache.camel.quarkus:camel-quarkus-integration-test-opentracing:0.3.0")
'org.apache.camel.quarkus:camel-quarkus-integration-test-opentracing:jar:0.3.0'
<dependency org="org.apache.camel.quarkus" name="camel-quarkus-integration-test-opentracing" rev="0.3.0">
<artifact name="camel-quarkus-integration-test-opentracing" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel.quarkus', module='camel-quarkus-integration-test-opentracing', version='0.3.0')
)
libraryDependencies += "org.apache.camel.quarkus" % "camel-quarkus-integration-test-opentracing" % "0.3.0"
[org.apache.camel.quarkus/camel-quarkus-integration-test-opentracing "0.3.0"]