is not current version
Last Version 1.1.1

geronimo:geronimo-ldap-demo 1.0

This is a very simple application that is intended to demonstrate the ldap security mechanism.

Categories

Categories

Geronimo Container Application Servers
GroupId

GroupId

geronimo
ArtifactId

ArtifactId

geronimo-ldap-demo
Version

Version

1.0
Type

Type

war

Download geronimo-ldap-demo 1.0


<!-- https://jarcasting.com/artifacts/geronimo/geronimo-ldap-demo/ -->
<dependency>
    <groupId>geronimo</groupId>
    <artifactId>geronimo-ldap-demo</artifactId>
    <version>1.0</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/geronimo/geronimo-ldap-demo/
implementation 'geronimo:geronimo-ldap-demo:1.0'
// https://jarcasting.com/artifacts/geronimo/geronimo-ldap-demo/
implementation ("geronimo:geronimo-ldap-demo:1.0")
'geronimo:geronimo-ldap-demo:war:1.0'
<dependency org="geronimo" name="geronimo-ldap-demo" rev="1.0">
  <artifact name="geronimo-ldap-demo" type="war" />
</dependency>
@Grapes(
@Grab(group='geronimo', module='geronimo-ldap-demo', version='1.0')
)
libraryDependencies += "geronimo" % "geronimo-ldap-demo" % "1.0"
[geronimo/geronimo-ldap-demo "1.0"]