Categories |
CategoriesGeronimo Container Application Servers |
---|---|
GroupId | GroupIdgeronimo |
ArtifactId | ArtifactIdgeronimo-ldap-demo |
Version | Version1.0 |
Type | Typewar |
Filename | Size |
---|---|
geronimo-ldap-demo-1.0.pom | |
geronimo-ldap-demo-1.0.war | 4 KB |
Browse |
<!-- 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"]