| GroupId | GroupIdorg.odpi.egeria |
|---|---|
| ArtifactId | ArtifactIddev-ops-api |
| Version | Version3.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| dev-ops-api-3.2.pom | |
| dev-ops-api-3.2.jar | 8 KB |
| dev-ops-api-3.2-sources.jar | 8 KB |
| dev-ops-api-3.2-javadoc.jar | 423 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.odpi.egeria/dev-ops-api/ -->
<dependency>
<groupId>org.odpi.egeria</groupId>
<artifactId>dev-ops-api</artifactId>
<version>3.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.odpi.egeria/dev-ops-api/
implementation 'org.odpi.egeria:dev-ops-api:3.2'
// https://jarcasting.com/artifacts/org.odpi.egeria/dev-ops-api/
implementation ("org.odpi.egeria:dev-ops-api:3.2")
'org.odpi.egeria:dev-ops-api:jar:3.2'
<dependency org="org.odpi.egeria" name="dev-ops-api" rev="3.2">
<artifact name="dev-ops-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.odpi.egeria', module='dev-ops-api', version='3.2')
)
libraryDependencies += "org.odpi.egeria" % "dev-ops-api" % "3.2"
[org.odpi.egeria/dev-ops-api "3.2"]