is not current version
Last Version 3.9

org.odpi.egeria:authentication-plugins 1.0

Authentication plugins support extensions to technology such as LDAP that are used to verify the identity of an individual or service requesting access to data/metadata.

GroupId

GroupId

org.odpi.egeria
ArtifactId

ArtifactId

authentication-plugins
Version

Version

1.0
Type

Type

pom

Download authentication-plugins 1.0


<!-- https://jarcasting.com/artifacts/org.odpi.egeria/authentication-plugins/ -->
<dependency>
    <groupId>org.odpi.egeria</groupId>
    <artifactId>authentication-plugins</artifactId>
    <version>1.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.odpi.egeria/authentication-plugins/
implementation 'org.odpi.egeria:authentication-plugins:1.0'
// https://jarcasting.com/artifacts/org.odpi.egeria/authentication-plugins/
implementation ("org.odpi.egeria:authentication-plugins:1.0")
'org.odpi.egeria:authentication-plugins:pom:1.0'
<dependency org="org.odpi.egeria" name="authentication-plugins" rev="1.0">
  <artifact name="authentication-plugins" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.odpi.egeria', module='authentication-plugins', version='1.0')
)
libraryDependencies += "org.odpi.egeria" % "authentication-plugins" % "1.0"
[org.odpi.egeria/authentication-plugins "1.0"]