| Categories | 
                CategoriesReact User Interface Web Frameworks CLI Reactor Container Microservices Reactive libraries | 
        
|---|---|
| GroupId | GroupIdorg.cloudfoundry | 
    
| ArtifactId | ArtifactIdcloudfoundry-client-reactor | 
    
| Version | Version4.10.0.RELEASE | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/org.cloudfoundry/cloudfoundry-client-reactor/ -->
<dependency>
    <groupId>org.cloudfoundry</groupId>
    <artifactId>cloudfoundry-client-reactor</artifactId>
    <version>4.10.0.RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/org.cloudfoundry/cloudfoundry-client-reactor/
implementation 'org.cloudfoundry:cloudfoundry-client-reactor:4.10.0.RELEASE'
                // https://jarcasting.com/artifacts/org.cloudfoundry/cloudfoundry-client-reactor/
implementation ("org.cloudfoundry:cloudfoundry-client-reactor:4.10.0.RELEASE")
                'org.cloudfoundry:cloudfoundry-client-reactor:jar:4.10.0.RELEASE'
                <dependency org="org.cloudfoundry" name="cloudfoundry-client-reactor" rev="4.10.0.RELEASE">
  <artifact name="cloudfoundry-client-reactor" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.cloudfoundry', module='cloudfoundry-client-reactor', version='4.10.0.RELEASE')
)
                libraryDependencies += "org.cloudfoundry" % "cloudfoundry-client-reactor" % "4.10.0.RELEASE"
                [org.cloudfoundry/cloudfoundry-client-reactor "4.10.0.RELEASE"]