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