Categories |
CategoriesIDE Development Tools Spring Boot Container Microservices Auto Application Layer Libs Code Generators config Configuration Elide Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.yahoo.elide |
ArtifactId | ArtifactIdelide-spring-boot-autoconfigure |
Version | Version4.5.12 |
Type | Typejar |
<!-- 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.5.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.yahoo.elide/elide-spring-boot-autoconfigure/
implementation 'com.yahoo.elide:elide-spring-boot-autoconfigure:4.5.12'
// https://jarcasting.com/artifacts/com.yahoo.elide/elide-spring-boot-autoconfigure/
implementation ("com.yahoo.elide:elide-spring-boot-autoconfigure:4.5.12")
'com.yahoo.elide:elide-spring-boot-autoconfigure:jar:4.5.12'
<dependency org="com.yahoo.elide" name="elide-spring-boot-autoconfigure" rev="4.5.12">
<artifact name="elide-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yahoo.elide', module='elide-spring-boot-autoconfigure', version='4.5.12')
)
libraryDependencies += "com.yahoo.elide" % "elide-spring-boot-autoconfigure" % "4.5.12"
[com.yahoo.elide/elide-spring-boot-autoconfigure "4.5.12"]