<dependency> <groupId>io.vertx</groupId> <artifactId>vertx-auth-ldap</artifactId> <version>4.5.4</version> </dependency>
implementation 'io.vertx:vertx-auth-ldap:4.5.4'
implementation("io.vertx:vertx-auth-ldap:4.5.4")
libraryDependencies += "io.vertx" % "vertx-auth-ldap" % "4.5.4"
@Grapes( @Grab(group='io.vertx', module='vertx-auth-ldap', version='4.5.4') )
<dependency org="io.vertx" name="vertx-auth-ldap" rev="4.5.4" />
[io.vertx/vertx-auth-ldap "4.5.4"]
'io.vertx:vertx-auth-ldap:jar:4.5.4'
<parent> <groupId>io.vertx</groupId> <artifactId>vertx-auth-parent</artifactId> <version>4.5.4</version> </parent>
compile
|-- io.vertx:vertx-auth-common
test
|-- io.vertx:vertx-unit
|-- org.apache.directory.server:apacheds-test-framework:2.0.0.AM25