| Categories |
CategoriesMyBatis Data ORM |
|---|---|
| GroupId | GroupIdcom.vonchange.common |
| ArtifactId | ArtifactIdmybatis-template |
| Version | Version1.6 |
| Type | Typejar |
| Filename | Size |
|---|---|
| mybatis-template-1.6.pom | |
| mybatis-template-1.6.jar | 52 KB |
| mybatis-template-1.6-sources.jar | 43 KB |
| mybatis-template-1.6-javadoc.jar | 279 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.vonchange.common/mybatis-template/ -->
<dependency>
<groupId>com.vonchange.common</groupId>
<artifactId>mybatis-template</artifactId>
<version>1.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.vonchange.common/mybatis-template/
implementation 'com.vonchange.common:mybatis-template:1.6'
// https://jarcasting.com/artifacts/com.vonchange.common/mybatis-template/
implementation ("com.vonchange.common:mybatis-template:1.6")
'com.vonchange.common:mybatis-template:jar:1.6'
<dependency org="com.vonchange.common" name="mybatis-template" rev="1.6">
<artifact name="mybatis-template" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vonchange.common', module='mybatis-template', version='1.6')
)
libraryDependencies += "com.vonchange.common" % "mybatis-template" % "1.6"
[com.vonchange.common/mybatis-template "1.6"]