is not current version
Last Version 2.0.3

xyz.tneciv:mybatis-tool 2.0.1

Mybatis tool for spring boot

Categories

Categories

MyBatis Data ORM
GroupId

GroupId

xyz.tneciv
ArtifactId

ArtifactId

mybatis-tool
Version

Version

2.0.1
Type

Type

jar

Download mybatis-tool 2.0.1


<!-- https://jarcasting.com/artifacts/xyz.tneciv/mybatis-tool/ -->
<dependency>
    <groupId>xyz.tneciv</groupId>
    <artifactId>mybatis-tool</artifactId>
    <version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/xyz.tneciv/mybatis-tool/
implementation 'xyz.tneciv:mybatis-tool:2.0.1'
// https://jarcasting.com/artifacts/xyz.tneciv/mybatis-tool/
implementation ("xyz.tneciv:mybatis-tool:2.0.1")
'xyz.tneciv:mybatis-tool:jar:2.0.1'
<dependency org="xyz.tneciv" name="mybatis-tool" rev="2.0.1">
  <artifact name="mybatis-tool" type="jar" />
</dependency>
@Grapes(
@Grab(group='xyz.tneciv', module='mybatis-tool', version='2.0.1')
)
libraryDependencies += "xyz.tneciv" % "mybatis-tool" % "2.0.1"
[xyz.tneciv/mybatis-tool "2.0.1"]