Categories |
CategoriesMyBatis Data ORM |
---|---|
GroupId | GroupIdxyz.tneciv |
ArtifactId | ArtifactIdmybatis-tool |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
mybatis-tool-1.0.0.pom | |
mybatis-tool-1.0.0.jar | 7 KB |
mybatis-tool-1.0.0-sources.jar | 4 KB |
mybatis-tool-1.0.0-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/xyz.tneciv/mybatis-tool/ -->
<dependency>
<groupId>xyz.tneciv</groupId>
<artifactId>mybatis-tool</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/xyz.tneciv/mybatis-tool/
implementation 'xyz.tneciv:mybatis-tool:1.0.0'
// https://jarcasting.com/artifacts/xyz.tneciv/mybatis-tool/
implementation ("xyz.tneciv:mybatis-tool:1.0.0")
'xyz.tneciv:mybatis-tool:jar:1.0.0'
<dependency org="xyz.tneciv" name="mybatis-tool" rev="1.0.0">
<artifact name="mybatis-tool" type="jar" />
</dependency>
@Grapes(
@Grab(group='xyz.tneciv', module='mybatis-tool', version='1.0.0')
)
libraryDependencies += "xyz.tneciv" % "mybatis-tool" % "1.0.0"
[xyz.tneciv/mybatis-tool "1.0.0"]