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