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