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