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