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