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