n

nb-ldap-explorer

NetBeans module for exploring LDAP services from within NetBeans. This modules does not replace a professional LDAP client, rather it provides a simple and quick interface for basic interaction with LDAP services.
https://github.com/nb-ldap-explorer/nb-ldap-explorer
Apache License, Version 2.0
Interactive Media Management
Files download
File Operation
nb-ldap-explorer-0.15.jar download
nb-ldap-explorer-0.15.pom download
nb-ldap-explorer-0.15-sources.jar download
Apache Maven
<dependency>
  <groupId>eu.doppel-helix.netbeans.plugin.nb-ldap-explorer</groupId>
  <artifactId>nb-ldap-explorer</artifactId>
  <version>0.15</version>
  <type>nbm</type>
</dependency>
Gradle Groovy
implementation 'eu.doppel-helix.netbeans.plugin.nb-ldap-explorer:nb-ldap-explorer:0.15'
Gradle Kotlin
implementation("eu.doppel-helix.netbeans.plugin.nb-ldap-explorer:nb-ldap-explorer:0.15")
Scala SBT
libraryDependencies += "eu.doppel-helix.netbeans.plugin.nb-ldap-explorer" % "nb-ldap-explorer" % "0.15"
Groovy Grape
@Grapes(
  @Grab(group='eu.doppel-helix.netbeans.plugin.nb-ldap-explorer', module='nb-ldap-explorer', version='0.15')
)
Apache Ivy
<dependency org="eu.doppel-helix.netbeans.plugin.nb-ldap-explorer" name="nb-ldap-explorer" rev="0.15" />
Leiningen
[eu.doppel-helix.netbeans.plugin.nb-ldap-explorer/nb-ldap-explorer "0.15"]
Apache Buildr
'eu.doppel-helix.netbeans.plugin.nb-ldap-explorer:nb-ldap-explorer:jar:0.15'