is not current version
Last Version 3.9

org.odpi.egeria:authentication-plugins 2.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

2.0
Type

Type

pom

Download authentication-plugins 2.0


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