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