is not current version
Last Version 1.8

org.jfaster.eagle:spring-boot-starter-eagle 1.2

eagle for springBoot support

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

org.jfaster.eagle
ArtifactId

ArtifactId

spring-boot-starter-eagle
Version

Version

1.2
Type

Type

jar

Download spring-boot-starter-eagle 1.2


<!-- https://jarcasting.com/artifacts/org.jfaster.eagle/spring-boot-starter-eagle/ -->
<dependency>
    <groupId>org.jfaster.eagle</groupId>
    <artifactId>spring-boot-starter-eagle</artifactId>
    <version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.jfaster.eagle/spring-boot-starter-eagle/
implementation 'org.jfaster.eagle:spring-boot-starter-eagle:1.2'
// https://jarcasting.com/artifacts/org.jfaster.eagle/spring-boot-starter-eagle/
implementation ("org.jfaster.eagle:spring-boot-starter-eagle:1.2")
'org.jfaster.eagle:spring-boot-starter-eagle:jar:1.2'
<dependency org="org.jfaster.eagle" name="spring-boot-starter-eagle" rev="1.2">
  <artifact name="spring-boot-starter-eagle" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jfaster.eagle', module='spring-boot-starter-eagle', version='1.2')
)
libraryDependencies += "org.jfaster.eagle" % "spring-boot-starter-eagle" % "1.2"
[org.jfaster.eagle/spring-boot-starter-eagle "1.2"]