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