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