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