| Категории |
КатегорииSpring Boot Контейнер Микросервисы Auto Библиотеки уровня приложения Code Generators config Configuration |
|---|---|
| Группа | Группаcom.github.xphsc |
| Идентификатор | Идентификаторeasyjdbc-spring-boot-autoconfigure |
| Версия | Версия1.0.0-beta |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.github.xphsc/easyjdbc-spring-boot-autoconfigure/ -->
<dependency>
<groupId>com.github.xphsc</groupId>
<artifactId>easyjdbc-spring-boot-autoconfigure</artifactId>
<version>1.0.0-beta</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xphsc/easyjdbc-spring-boot-autoconfigure/
implementation 'com.github.xphsc:easyjdbc-spring-boot-autoconfigure:1.0.0-beta'
// https://jarcasting.com/artifacts/com.github.xphsc/easyjdbc-spring-boot-autoconfigure/
implementation ("com.github.xphsc:easyjdbc-spring-boot-autoconfigure:1.0.0-beta")
'com.github.xphsc:easyjdbc-spring-boot-autoconfigure:jar:1.0.0-beta'
<dependency org="com.github.xphsc" name="easyjdbc-spring-boot-autoconfigure" rev="1.0.0-beta">
<artifact name="easyjdbc-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xphsc', module='easyjdbc-spring-boot-autoconfigure', version='1.0.0-beta')
)
libraryDependencies += "com.github.xphsc" % "easyjdbc-spring-boot-autoconfigure" % "1.0.0-beta"
[com.github.xphsc/easyjdbc-spring-boot-autoconfigure "1.0.0-beta"]