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