License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.eclipse.microprofile.opentracing |
ArtifactId | ArtifactIdmicroprofile-opentracing-spec |
Last Version | Last Version3.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionMicroProfile OpenTracing Specification
OpenTracing behaviors and APIs for MicroProfile :: Specification
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
microprofile-opentracing-spec-3.0.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.microprofile.opentracing/microprofile-opentracing-spec/ -->
<dependency>
<groupId>org.eclipse.microprofile.opentracing</groupId>
<artifactId>microprofile-opentracing-spec</artifactId>
<version>3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.microprofile.opentracing/microprofile-opentracing-spec/
implementation 'org.eclipse.microprofile.opentracing:microprofile-opentracing-spec:3.0'
// https://jarcasting.com/artifacts/org.eclipse.microprofile.opentracing/microprofile-opentracing-spec/
implementation ("org.eclipse.microprofile.opentracing:microprofile-opentracing-spec:3.0")
'org.eclipse.microprofile.opentracing:microprofile-opentracing-spec:pom:3.0'
<dependency org="org.eclipse.microprofile.opentracing" name="microprofile-opentracing-spec" rev="3.0">
<artifact name="microprofile-opentracing-spec" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.microprofile.opentracing', module='microprofile-opentracing-spec', version='3.0')
)
libraryDependencies += "org.eclipse.microprofile.opentracing" % "microprofile-opentracing-spec" % "3.0"
[org.eclipse.microprofile.opentracing/microprofile-opentracing-spec "3.0"]