License |
License |
---|---|
Categories |
CategoriesMyBatis Data ORM |
GroupId | GroupIdcn.zull.tracing |
ArtifactId | ArtifactIdtracing-mybatis |
Last Version | Last Version0.5.11-RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionParent pom providing dependency and plugin management for applications
built with Maven
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/cn.zull.tracing/tracing-mybatis/ -->
<dependency>
<groupId>cn.zull.tracing</groupId>
<artifactId>tracing-mybatis</artifactId>
<version>0.5.11-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.zull.tracing/tracing-mybatis/
implementation 'cn.zull.tracing:tracing-mybatis:0.5.11-RELEASE'
// https://jarcasting.com/artifacts/cn.zull.tracing/tracing-mybatis/
implementation ("cn.zull.tracing:tracing-mybatis:0.5.11-RELEASE")
'cn.zull.tracing:tracing-mybatis:jar:0.5.11-RELEASE'
<dependency org="cn.zull.tracing" name="tracing-mybatis" rev="0.5.11-RELEASE">
<artifact name="tracing-mybatis" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.zull.tracing', module='tracing-mybatis', version='0.5.11-RELEASE')
)
libraryDependencies += "cn.zull.tracing" % "tracing-mybatis" % "0.5.11-RELEASE"
[cn.zull.tracing/tracing-mybatis "0.5.11-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
cn.zull.tracing : tracing-core | jar | 0.5.11-RELEASE |
org.mybatis : mybatis | jar | 3.4.6 |
org.springframework.boot : spring-boot-starter-web | jar | 2.0.5.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.16.18 |