<dependency>
<groupId>eu.doppel-helix.netbeans.plugin.nb-ldap-explorer</groupId>
<artifactId>nb-ldap-explorer-parent</artifactId>
<version>0.17</version>
</dependency>
implementation group: 'eu.doppel-helix.netbeans.plugin.nb-ldap-explorer', name: 'nb-ldap-explorer-parent', version: '0.17'
implementation 'eu.doppel-helix.netbeans.plugin.nb-ldap-explorer:nb-ldap-explorer-parent:0.17'
implementation("eu.doppel-helix.netbeans.plugin.nb-ldap-explorer:nb-ldap-explorer-parent:0.17")
libraryDependencies += "eu.doppel-helix.netbeans.plugin.nb-ldap-explorer" % "nb-ldap-explorer-parent" % "0.17"
<dependency org="eu.doppel-helix.netbeans.plugin.nb-ldap-explorer" name="nb-ldap-explorer-parent" rev="0.17"/>
@Grapes(
@Grab(group='eu.doppel-helix.netbeans.plugin.nb-ldap-explorer', module='nb-ldap-explorer-parent', version='0.17')
)
[eu.doppel-helix.netbeans.plugin.nb-ldap-explorer/nb-ldap-explorer-parent "0.17"]
'eu.doppel-helix.netbeans.plugin.nb-ldap-explorer:nb-ldap-explorer-parent:jar:0.17'