is not current version
Last Version 3.9

org.odpi.egeria:dev-ops 2.4

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.

GroupId

GroupId

org.odpi.egeria
ArtifactId

ArtifactId

dev-ops
Version

Version

2.4
Type

Type

pom

Download dev-ops 2.4

Filename Size
dev-ops-2.4.pom 1 KB
Browse

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