| GroupId | GroupIdorg.odpi.egeria |
|---|---|
| ArtifactId | ArtifactIdrex-view-api |
| Version | Version2.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| rex-view-api-2.2.pom | |
| rex-view-api-2.2.jar | 40 KB |
| rex-view-api-2.2-sources.jar | 32 KB |
| rex-view-api-2.2-javadoc.jar | 182 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.odpi.egeria/rex-view-api/ -->
<dependency>
<groupId>org.odpi.egeria</groupId>
<artifactId>rex-view-api</artifactId>
<version>2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.odpi.egeria/rex-view-api/
implementation 'org.odpi.egeria:rex-view-api:2.2'
// https://jarcasting.com/artifacts/org.odpi.egeria/rex-view-api/
implementation ("org.odpi.egeria:rex-view-api:2.2")
'org.odpi.egeria:rex-view-api:jar:2.2'
<dependency org="org.odpi.egeria" name="rex-view-api" rev="2.2">
<artifact name="rex-view-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.odpi.egeria', module='rex-view-api', version='2.2')
)
libraryDependencies += "org.odpi.egeria" % "rex-view-api" % "2.2"
[org.odpi.egeria/rex-view-api "2.2"]