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
Allan Lykke Christensen Matthias Bläsing
文件下载
文件名 操作
nb-ldap-explorer-0.19.jar 下载
nb-ldap-explorer-0.19.pom 下载
nb-ldap-explorer-0.19-sources.jar 下载
Apache Maven
<dependency>
  <groupId>eu.doppel-helix.netbeans.plugin.nb-ldap-explorer</groupId>
  <artifactId>nb-ldap-explorer</artifactId>
  <version>0.19</version>
  <type>nbm</type>
</dependency>
Gradle Groovy
implementation 'eu.doppel-helix.netbeans.plugin.nb-ldap-explorer:nb-ldap-explorer:0.19'
Gradle Kotlin
implementation("eu.doppel-helix.netbeans.plugin.nb-ldap-explorer:nb-ldap-explorer:0.19")
Scala SBT
libraryDependencies += "eu.doppel-helix.netbeans.plugin.nb-ldap-explorer" % "nb-ldap-explorer" % "0.19"
Groovy Grape
@Grapes(
  @Grab(group='eu.doppel-helix.netbeans.plugin.nb-ldap-explorer', module='nb-ldap-explorer', version='0.19')
)
Apache Ivy
<dependency org="eu.doppel-helix.netbeans.plugin.nb-ldap-explorer" name="nb-ldap-explorer" rev="0.19" />
Leiningen
[eu.doppel-helix.netbeans.plugin.nb-ldap-explorer/nb-ldap-explorer "0.19"]
Apache Buildr
'eu.doppel-helix.netbeans.plugin.nb-ldap-explorer:nb-ldap-explorer:jar:0.19'