| GroupId | GroupIdorg.odpi.egeria |
|---|---|
| ArtifactId | ArtifactIdview-services |
| Version | Version2.6 |
| Type | Typepom |
| Filename | Size |
|---|---|
| view-services-2.6.pom | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.odpi.egeria/view-services/ -->
<dependency>
<groupId>org.odpi.egeria</groupId>
<artifactId>view-services</artifactId>
<version>2.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.odpi.egeria/view-services/
implementation 'org.odpi.egeria:view-services:2.6'
// https://jarcasting.com/artifacts/org.odpi.egeria/view-services/
implementation ("org.odpi.egeria:view-services:2.6")
'org.odpi.egeria:view-services:pom:2.6'
<dependency org="org.odpi.egeria" name="view-services" rev="2.6">
<artifact name="view-services" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.odpi.egeria', module='view-services', version='2.6')
)
libraryDependencies += "org.odpi.egeria" % "view-services" % "2.6"
[org.odpi.egeria/view-services "2.6"]