Categories |
CategoriesSpring Boot Container Microservices CLI User Interface |
---|---|
GroupId | GroupIdcom.trasier |
ArtifactId | ArtifactIdtrasier-client-spring-boot-opentracing |
Version | Version0.9.20 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.trasier/trasier-client-spring-boot-opentracing/ -->
<dependency>
<groupId>com.trasier</groupId>
<artifactId>trasier-client-spring-boot-opentracing</artifactId>
<version>0.9.20</version>
</dependency>
// https://jarcasting.com/artifacts/com.trasier/trasier-client-spring-boot-opentracing/
implementation 'com.trasier:trasier-client-spring-boot-opentracing:0.9.20'
// https://jarcasting.com/artifacts/com.trasier/trasier-client-spring-boot-opentracing/
implementation ("com.trasier:trasier-client-spring-boot-opentracing:0.9.20")
'com.trasier:trasier-client-spring-boot-opentracing:jar:0.9.20'
<dependency org="com.trasier" name="trasier-client-spring-boot-opentracing" rev="0.9.20">
<artifact name="trasier-client-spring-boot-opentracing" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.trasier', module='trasier-client-spring-boot-opentracing', version='0.9.20')
)
libraryDependencies += "com.trasier" % "trasier-client-spring-boot-opentracing" % "0.9.20"
[com.trasier/trasier-client-spring-boot-opentracing "0.9.20"]