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