| Категории |
КатегорииAuto Библиотеки уровня приложения Code Generators MyBatis Данные ORM |
|---|---|
| Группа | Группаfun.fengwk.auto-mapper |
| Идентификатор | Идентификаторmybatis |
| Версия | Версия0.0.7 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| mybatis-0.0.7.pom | |
| mybatis-0.0.7.jar | 3 KB |
| mybatis-0.0.7-sources.jar | 2 KB |
| mybatis-0.0.7-javadoc.jar | 32 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/fun.fengwk.auto-mapper/mybatis/ -->
<dependency>
<groupId>fun.fengwk.auto-mapper</groupId>
<artifactId>mybatis</artifactId>
<version>0.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/fun.fengwk.auto-mapper/mybatis/
implementation 'fun.fengwk.auto-mapper:mybatis:0.0.7'
// https://jarcasting.com/artifacts/fun.fengwk.auto-mapper/mybatis/
implementation ("fun.fengwk.auto-mapper:mybatis:0.0.7")
'fun.fengwk.auto-mapper:mybatis:jar:0.0.7'
<dependency org="fun.fengwk.auto-mapper" name="mybatis" rev="0.0.7">
<artifact name="mybatis" type="jar" />
</dependency>
@Grapes(
@Grab(group='fun.fengwk.auto-mapper', module='mybatis', version='0.0.7')
)
libraryDependencies += "fun.fengwk.auto-mapper" % "mybatis" % "0.0.7"
[fun.fengwk.auto-mapper/mybatis "0.0.7"]