Categories |
CategoriesIDE Development Tools Spring Boot Container Microservices Elide Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.yahoo.elide |
ArtifactId | ArtifactIdelide-spring-boot-starter |
Version | Version6.0.0-pr6 |
Type | Typejar |
Filename | Size |
---|---|
elide-spring-boot-starter-6.0.0-pr6.pom | |
elide-spring-boot-starter-6.0.0-pr6.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.yahoo.elide/elide-spring-boot-starter/ -->
<dependency>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-spring-boot-starter</artifactId>
<version>6.0.0-pr6</version>
</dependency>
// https://jarcasting.com/artifacts/com.yahoo.elide/elide-spring-boot-starter/
implementation 'com.yahoo.elide:elide-spring-boot-starter:6.0.0-pr6'
// https://jarcasting.com/artifacts/com.yahoo.elide/elide-spring-boot-starter/
implementation ("com.yahoo.elide:elide-spring-boot-starter:6.0.0-pr6")
'com.yahoo.elide:elide-spring-boot-starter:jar:6.0.0-pr6'
<dependency org="com.yahoo.elide" name="elide-spring-boot-starter" rev="6.0.0-pr6">
<artifact name="elide-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yahoo.elide', module='elide-spring-boot-starter', version='6.0.0-pr6')
)
libraryDependencies += "com.yahoo.elide" % "elide-spring-boot-starter" % "6.0.0-pr6"
[com.yahoo.elide/elide-spring-boot-starter "6.0.0-pr6"]