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