| Categories |
CategoriesMyBatis Data ORM |
|---|---|
| GroupId | GroupIdcn.watsontech.webhelper |
| ArtifactId | ArtifactIdmybatis-core |
| Version | Version0.2.1.6 |
| Type | Typejar |
| Filename | Size |
|---|---|
| mybatis-core-0.2.1.6.pom | |
| mybatis-core-0.2.1.6.jar | 62 KB |
| mybatis-core-0.2.1.6-sources.jar | 44 KB |
| mybatis-core-0.2.1.6-javadoc.jar | 265 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cn.watsontech.webhelper/mybatis-core/ -->
<dependency>
<groupId>cn.watsontech.webhelper</groupId>
<artifactId>mybatis-core</artifactId>
<version>0.2.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/cn.watsontech.webhelper/mybatis-core/
implementation 'cn.watsontech.webhelper:mybatis-core:0.2.1.6'
// https://jarcasting.com/artifacts/cn.watsontech.webhelper/mybatis-core/
implementation ("cn.watsontech.webhelper:mybatis-core:0.2.1.6")
'cn.watsontech.webhelper:mybatis-core:jar:0.2.1.6'
<dependency org="cn.watsontech.webhelper" name="mybatis-core" rev="0.2.1.6">
<artifact name="mybatis-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.watsontech.webhelper', module='mybatis-core', version='0.2.1.6')
)
libraryDependencies += "cn.watsontech.webhelper" % "mybatis-core" % "0.2.1.6"
[cn.watsontech.webhelper/mybatis-core "0.2.1.6"]