Categories |
CategoriesMyBatis Data ORM |
---|---|
GroupId | GroupIdcn.zull.tracing |
ArtifactId | ArtifactIdtracing-mybatis |
Version | Version0.0.6-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/cn.zull.tracing/tracing-mybatis/ -->
<dependency>
<groupId>cn.zull.tracing</groupId>
<artifactId>tracing-mybatis</artifactId>
<version>0.0.6-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.zull.tracing/tracing-mybatis/
implementation 'cn.zull.tracing:tracing-mybatis:0.0.6-RELEASE'
// https://jarcasting.com/artifacts/cn.zull.tracing/tracing-mybatis/
implementation ("cn.zull.tracing:tracing-mybatis:0.0.6-RELEASE")
'cn.zull.tracing:tracing-mybatis:jar:0.0.6-RELEASE'
<dependency org="cn.zull.tracing" name="tracing-mybatis" rev="0.0.6-RELEASE">
<artifact name="tracing-mybatis" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.zull.tracing', module='tracing-mybatis', version='0.0.6-RELEASE')
)
libraryDependencies += "cn.zull.tracing" % "tracing-mybatis" % "0.0.6-RELEASE"
[cn.zull.tracing/tracing-mybatis "0.0.6-RELEASE"]