Categories |
CategoriesMyBatis Data ORM |
---|---|
GroupId | GroupIdtop.chaser.framework |
ArtifactId | ArtifactIdchaser-starter-tkmybatis |
Version | VersionB-1.0.1.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/top.chaser.framework/chaser-starter-tkmybatis/ -->
<dependency>
<groupId>top.chaser.framework</groupId>
<artifactId>chaser-starter-tkmybatis</artifactId>
<version>B-1.0.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/top.chaser.framework/chaser-starter-tkmybatis/
implementation 'top.chaser.framework:chaser-starter-tkmybatis:B-1.0.1.RELEASE'
// https://jarcasting.com/artifacts/top.chaser.framework/chaser-starter-tkmybatis/
implementation ("top.chaser.framework:chaser-starter-tkmybatis:B-1.0.1.RELEASE")
'top.chaser.framework:chaser-starter-tkmybatis:jar:B-1.0.1.RELEASE'
<dependency org="top.chaser.framework" name="chaser-starter-tkmybatis" rev="B-1.0.1.RELEASE">
<artifact name="chaser-starter-tkmybatis" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.chaser.framework', module='chaser-starter-tkmybatis', version='B-1.0.1.RELEASE')
)
libraryDependencies += "top.chaser.framework" % "chaser-starter-tkmybatis" % "B-1.0.1.RELEASE"
[top.chaser.framework/chaser-starter-tkmybatis "B-1.0.1.RELEASE"]