| License | 
                License | 
        
|---|---|
| GroupId | GroupIdorg.cloudfoundry | 
    
| ArtifactId | ArtifactIdcloudfoundry-operations | 
    
| Version | Version5.6.0.RELEASE | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionCloud Foundry Java Operations 
            A Java language binding for interacting with a Cloud Foundry instance 
         | 
    
<!-- https://jarcasting.com/artifacts/org.cloudfoundry/cloudfoundry-operations/ -->
<dependency>
    <groupId>org.cloudfoundry</groupId>
    <artifactId>cloudfoundry-operations</artifactId>
    <version>5.6.0.RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/org.cloudfoundry/cloudfoundry-operations/
implementation 'org.cloudfoundry:cloudfoundry-operations:5.6.0.RELEASE'
                // https://jarcasting.com/artifacts/org.cloudfoundry/cloudfoundry-operations/
implementation ("org.cloudfoundry:cloudfoundry-operations:5.6.0.RELEASE")
                'org.cloudfoundry:cloudfoundry-operations:jar:5.6.0.RELEASE'
                <dependency org="org.cloudfoundry" name="cloudfoundry-operations" rev="5.6.0.RELEASE">
  <artifact name="cloudfoundry-operations" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.cloudfoundry', module='cloudfoundry-operations', version='5.6.0.RELEASE')
)
                libraryDependencies += "org.cloudfoundry" % "cloudfoundry-operations" % "5.6.0.RELEASE"
                [org.cloudfoundry/cloudfoundry-operations "5.6.0.RELEASE"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| com.fasterxml.jackson.core : jackson-databind | jar | |
| org.cloudfoundry : cloudfoundry-client | jar | 5.6.0.RELEASE | 
| org.cloudfoundry : cloudfoundry-util | jar | 5.6.0.RELEASE | 
| org.slf4j : slf4j-api | jar | |
| org.yaml : snakeyaml | jar | 
| Group / Artifact | Type | Version | 
|---|---|---|
| com.fasterxml.jackson.core : jackson-annotations | jar | |
| org.immutables : value | jar | 2.8.8 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| io.projectreactor : reactor-test | jar | |
| junit : junit | jar | |
| org.assertj : assertj-core | jar | |
| org.mockito : mockito-core | jar | |
| org.springframework.boot : spring-boot-starter-logging | jar | |
| org.apache.commons : commons-lang3 | jar |