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