| GroupId | GroupIdorg.springframework.cloud | 
    
|---|---|
| ArtifactId | ArtifactIdspring-cloud-consul-binder | 
    
| Version | Version1.3.5.RELEASE | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-consul-binder/ -->
<dependency>
    <groupId>org.springframework.cloud</groupId>
    <artifactId>spring-cloud-consul-binder</artifactId>
    <version>1.3.5.RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-consul-binder/
implementation 'org.springframework.cloud:spring-cloud-consul-binder:1.3.5.RELEASE'
                // https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-consul-binder/
implementation ("org.springframework.cloud:spring-cloud-consul-binder:1.3.5.RELEASE")
                'org.springframework.cloud:spring-cloud-consul-binder:jar:1.3.5.RELEASE'
                <dependency org="org.springframework.cloud" name="spring-cloud-consul-binder" rev="1.3.5.RELEASE">
  <artifact name="spring-cloud-consul-binder" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-consul-binder', version='1.3.5.RELEASE')
)
                libraryDependencies += "org.springframework.cloud" % "spring-cloud-consul-binder" % "1.3.5.RELEASE"
                [org.springframework.cloud/spring-cloud-consul-binder "1.3.5.RELEASE"]