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