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