| Categories |
CategoriesMyBatis Data ORM |
|---|---|
| GroupId | GroupIdcn.watsontech.webhelper |
| ArtifactId | ArtifactIdmybatis-core |
| Version | Version0.2.1.9 |
| Type | Typejar |
| Filename | Size |
|---|---|
| mybatis-core-0.2.1.9.pom | |
| mybatis-core-0.2.1.9.jar | 63 KB |
| mybatis-core-0.2.1.9-sources.jar | 44 KB |
| mybatis-core-0.2.1.9-javadoc.jar | 276 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.9</version>
</dependency>
// https://jarcasting.com/artifacts/cn.watsontech.webhelper/mybatis-core/
implementation 'cn.watsontech.webhelper:mybatis-core:0.2.1.9'
// https://jarcasting.com/artifacts/cn.watsontech.webhelper/mybatis-core/
implementation ("cn.watsontech.webhelper:mybatis-core:0.2.1.9")
'cn.watsontech.webhelper:mybatis-core:jar:0.2.1.9'
<dependency org="cn.watsontech.webhelper" name="mybatis-core" rev="0.2.1.9">
<artifact name="mybatis-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.watsontech.webhelper', module='mybatis-core', version='0.2.1.9')
)
libraryDependencies += "cn.watsontech.webhelper" % "mybatis-core" % "0.2.1.9"
[cn.watsontech.webhelper/mybatis-core "0.2.1.9"]