| Группа | Группаorg.cloudfoundry |
|---|---|
| Идентификатор | Идентификаторcloudfoundry-operations |
| Версия | Версия2.0.0.M2 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| cloudfoundry-operations-2.0.0.M2.pom | |
| cloudfoundry-operations-2.0.0.M2.jar | 590 KB |
| cloudfoundry-operations-2.0.0.M2-sources.jar | 479 KB |
| cloudfoundry-operations-2.0.0.M2-javadoc.jar | 760 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.cloudfoundry/cloudfoundry-operations/ -->
<dependency>
<groupId>org.cloudfoundry</groupId>
<artifactId>cloudfoundry-operations</artifactId>
<version>2.0.0.M2</version>
</dependency>
// https://jarcasting.com/artifacts/org.cloudfoundry/cloudfoundry-operations/
implementation 'org.cloudfoundry:cloudfoundry-operations:2.0.0.M2'
// https://jarcasting.com/artifacts/org.cloudfoundry/cloudfoundry-operations/
implementation ("org.cloudfoundry:cloudfoundry-operations:2.0.0.M2")
'org.cloudfoundry:cloudfoundry-operations:jar:2.0.0.M2'
<dependency org="org.cloudfoundry" name="cloudfoundry-operations" rev="2.0.0.M2">
<artifact name="cloudfoundry-operations" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cloudfoundry', module='cloudfoundry-operations', version='2.0.0.M2')
)
libraryDependencies += "org.cloudfoundry" % "cloudfoundry-operations" % "2.0.0.M2"
[org.cloudfoundry/cloudfoundry-operations "2.0.0.M2"]