не последняя версия
Последняя версия 3.9

org.odpi.egeria:dev-ops 1.0

The DevOps Open Metadata Access Service (OMAS) provides APIs and events for tools that play a role in a DevOps pipeline. It enables these tools to query information about the assets it is deploying, the infrastructure options and any governance actions that need to be performed.

Группа

Группа

org.odpi.egeria
Идентификатор

Идентификатор

dev-ops
Версия

Версия

1.0
Тип

Тип

pom

Скачать dev-ops 1.0

Имя Файла Размер
dev-ops-1.0.pom 1 KB
Обзор

<!-- https://jarcasting.com/artifacts/org.odpi.egeria/dev-ops/ -->
<dependency>
    <groupId>org.odpi.egeria</groupId>
    <artifactId>dev-ops</artifactId>
    <version>1.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.odpi.egeria/dev-ops/
implementation 'org.odpi.egeria:dev-ops:1.0'
// https://jarcasting.com/artifacts/org.odpi.egeria/dev-ops/
implementation ("org.odpi.egeria:dev-ops:1.0")
'org.odpi.egeria:dev-ops:pom:1.0'
<dependency org="org.odpi.egeria" name="dev-ops" rev="1.0">
  <artifact name="dev-ops" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.odpi.egeria', module='dev-ops', version='1.0')
)
libraryDependencies += "org.odpi.egeria" % "dev-ops" % "1.0"
[org.odpi.egeria/dev-ops "1.0"]