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