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