| GroupId | GroupIdorg.cloudfoundry | 
    
|---|---|
| ArtifactId | ArtifactIdcloudfoundry-operations | 
    
| Version | Version4.8.0.RELEASE | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/org.cloudfoundry/cloudfoundry-operations/ -->
<dependency>
    <groupId>org.cloudfoundry</groupId>
    <artifactId>cloudfoundry-operations</artifactId>
    <version>4.8.0.RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/org.cloudfoundry/cloudfoundry-operations/
implementation 'org.cloudfoundry:cloudfoundry-operations:4.8.0.RELEASE'
                // https://jarcasting.com/artifacts/org.cloudfoundry/cloudfoundry-operations/
implementation ("org.cloudfoundry:cloudfoundry-operations:4.8.0.RELEASE")
                'org.cloudfoundry:cloudfoundry-operations:jar:4.8.0.RELEASE'
                <dependency org="org.cloudfoundry" name="cloudfoundry-operations" rev="4.8.0.RELEASE">
  <artifact name="cloudfoundry-operations" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.cloudfoundry', module='cloudfoundry-operations', version='4.8.0.RELEASE')
)
                libraryDependencies += "org.cloudfoundry" % "cloudfoundry-operations" % "4.8.0.RELEASE"
                [org.cloudfoundry/cloudfoundry-operations "4.8.0.RELEASE"]