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