| Категории |
КатегорииMyBatis Данные ORM |
|---|---|
| Группа | Группаcn.watsontech.webhelper |
| Идентификатор | Идентификаторmybatis-core |
| Версия | Версия0.2.1.3 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| mybatis-core-0.2.1.3.pom | |
| mybatis-core-0.2.1.3.jar | 60 KB |
| mybatis-core-0.2.1.3-sources.jar | 43 KB |
| mybatis-core-0.2.1.3-javadoc.jar | 274 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/cn.watsontech.webhelper/mybatis-core/ -->
<dependency>
<groupId>cn.watsontech.webhelper</groupId>
<artifactId>mybatis-core</artifactId>
<version>0.2.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/cn.watsontech.webhelper/mybatis-core/
implementation 'cn.watsontech.webhelper:mybatis-core:0.2.1.3'
// https://jarcasting.com/artifacts/cn.watsontech.webhelper/mybatis-core/
implementation ("cn.watsontech.webhelper:mybatis-core:0.2.1.3")
'cn.watsontech.webhelper:mybatis-core:jar:0.2.1.3'
<dependency org="cn.watsontech.webhelper" name="mybatis-core" rev="0.2.1.3">
<artifact name="mybatis-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.watsontech.webhelper', module='mybatis-core', version='0.2.1.3')
)
libraryDependencies += "cn.watsontech.webhelper" % "mybatis-core" % "0.2.1.3"
[cn.watsontech.webhelper/mybatis-core "0.2.1.3"]