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