is not current version
Last Version 1.8

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

eagle for springBoot support

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

org.jfaster.eagle
ArtifactId

ArtifactId

spring-boot-starter-eagle
Version

Version

1.0.1
Type

Type

jar

Download spring-boot-starter-eagle 1.0.1


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