Categories |
CategoriesMyBatis Data ORM |
---|---|
GroupId | GroupIdxyz.tneciv |
ArtifactId | ArtifactIdmybatis-tool |
Version | Version2.0.1 |
Type | Typejar |
Filename | Size |
---|---|
mybatis-tool-2.0.1.pom | |
mybatis-tool-2.0.1.jar | 7 KB |
mybatis-tool-2.0.1-sources.jar | 5 KB |
mybatis-tool-2.0.1-javadoc.jar | 36 KB |
Browse |
<!-- 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"]