is not current version
Last Version 1.1

org.odpi.egeria:access-services-user-interface 0.1

The Access Services User Interface provides a user interface that supports the user-facing open metadata access services. It is a role-based UI that offers different capabilities based on the end user's role. This makes it useful for demonstrations.

Categories

Categories

User Interface
GroupId

GroupId

org.odpi.egeria
ArtifactId

ArtifactId

access-services-user-interface
Version

Version

0.1
Type

Type

jar

Download access-services-user-interface 0.1


<!-- https://jarcasting.com/artifacts/org.odpi.egeria/access-services-user-interface/ -->
<dependency>
    <groupId>org.odpi.egeria</groupId>
    <artifactId>access-services-user-interface</artifactId>
    <version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.odpi.egeria/access-services-user-interface/
implementation 'org.odpi.egeria:access-services-user-interface:0.1'
// https://jarcasting.com/artifacts/org.odpi.egeria/access-services-user-interface/
implementation ("org.odpi.egeria:access-services-user-interface:0.1")
'org.odpi.egeria:access-services-user-interface:jar:0.1'
<dependency org="org.odpi.egeria" name="access-services-user-interface" rev="0.1">
  <artifact name="access-services-user-interface" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.odpi.egeria', module='access-services-user-interface', version='0.1')
)
libraryDependencies += "org.odpi.egeria" % "access-services-user-interface" % "0.1"
[org.odpi.egeria/access-services-user-interface "0.1"]