GroupId | GroupIdcom.googlecode.the-fascinator.plugins |
---|---|
ArtifactId | ArtifactIdplugin-authentication-ldap |
Version | Version1.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.googlecode.the-fascinator.plugins/plugin-authentication-ldap/ -->
<dependency>
<groupId>com.googlecode.the-fascinator.plugins</groupId>
<artifactId>plugin-authentication-ldap</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.the-fascinator.plugins/plugin-authentication-ldap/
implementation 'com.googlecode.the-fascinator.plugins:plugin-authentication-ldap:1.1'
// https://jarcasting.com/artifacts/com.googlecode.the-fascinator.plugins/plugin-authentication-ldap/
implementation ("com.googlecode.the-fascinator.plugins:plugin-authentication-ldap:1.1")
'com.googlecode.the-fascinator.plugins:plugin-authentication-ldap:jar:1.1'
<dependency org="com.googlecode.the-fascinator.plugins" name="plugin-authentication-ldap" rev="1.1">
<artifact name="plugin-authentication-ldap" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.the-fascinator.plugins', module='plugin-authentication-ldap', version='1.1')
)
libraryDependencies += "com.googlecode.the-fascinator.plugins" % "plugin-authentication-ldap" % "1.1"
[com.googlecode.the-fascinator.plugins/plugin-authentication-ldap "1.1"]