Categories |
CategoriesData |
---|---|
GroupId | GroupIdcn.thinkingdata.ta |
ArtifactId | ArtifactIdlogbus-custom-interceptor |
Version | Version1.0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/cn.thinkingdata.ta/logbus-custom-interceptor/ -->
<dependency>
<groupId>cn.thinkingdata.ta</groupId>
<artifactId>logbus-custom-interceptor</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/cn.thinkingdata.ta/logbus-custom-interceptor/
implementation 'cn.thinkingdata.ta:logbus-custom-interceptor:1.0.2'
// https://jarcasting.com/artifacts/cn.thinkingdata.ta/logbus-custom-interceptor/
implementation ("cn.thinkingdata.ta:logbus-custom-interceptor:1.0.2")
'cn.thinkingdata.ta:logbus-custom-interceptor:jar:1.0.2'
<dependency org="cn.thinkingdata.ta" name="logbus-custom-interceptor" rev="1.0.2">
<artifact name="logbus-custom-interceptor" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.thinkingdata.ta', module='logbus-custom-interceptor', version='1.0.2')
)
libraryDependencies += "cn.thinkingdata.ta" % "logbus-custom-interceptor" % "1.0.2"
[cn.thinkingdata.ta/logbus-custom-interceptor "1.0.2"]