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