| GroupId | GroupIdcom.github.seanyinx.wing |
|---|---|
| ArtifactId | ArtifactIdwing-spring-tracing |
| Version | Version1.0.3 |
| Type | Typepom |
| Filename | Size |
|---|---|
| wing-spring-tracing-1.0.3.pom | 3 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.seanyinx.wing/wing-spring-tracing/ -->
<dependency>
<groupId>com.github.seanyinx.wing</groupId>
<artifactId>wing-spring-tracing</artifactId>
<version>1.0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.seanyinx.wing/wing-spring-tracing/
implementation 'com.github.seanyinx.wing:wing-spring-tracing:1.0.3'
// https://jarcasting.com/artifacts/com.github.seanyinx.wing/wing-spring-tracing/
implementation ("com.github.seanyinx.wing:wing-spring-tracing:1.0.3")
'com.github.seanyinx.wing:wing-spring-tracing:pom:1.0.3'
<dependency org="com.github.seanyinx.wing" name="wing-spring-tracing" rev="1.0.3">
<artifact name="wing-spring-tracing" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.seanyinx.wing', module='wing-spring-tracing', version='1.0.3')
)
libraryDependencies += "com.github.seanyinx.wing" % "wing-spring-tracing" % "1.0.3"
[com.github.seanyinx.wing/wing-spring-tracing "1.0.3"]