GroupId | GroupIdorg.springframework.ldap.ldif |
---|---|
ArtifactId | ArtifactIdspring-ldap-ldif |
Last Version | Last Version1.3.1.RELEASE |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionSpring LDAP LDIF
This packages provides an LDIF Parser for use with the Spring LDAP suite of utilities.
|
Filename | Size |
---|---|
spring-ldap-ldif-1.3.1.RELEASE.pom | 828 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.springframework.ldap.ldif/spring-ldap-ldif/ -->
<dependency>
<groupId>org.springframework.ldap.ldif</groupId>
<artifactId>spring-ldap-ldif</artifactId>
<version>1.3.1.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.ldap.ldif/spring-ldap-ldif/
implementation 'org.springframework.ldap.ldif:spring-ldap-ldif:1.3.1.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.ldap.ldif/spring-ldap-ldif/
implementation ("org.springframework.ldap.ldif:spring-ldap-ldif:1.3.1.RELEASE")
'org.springframework.ldap.ldif:spring-ldap-ldif:pom:1.3.1.RELEASE'
<dependency org="org.springframework.ldap.ldif" name="spring-ldap-ldif" rev="1.3.1.RELEASE">
<artifact name="spring-ldap-ldif" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.springframework.ldap.ldif', module='spring-ldap-ldif', version='1.3.1.RELEASE')
)
libraryDependencies += "org.springframework.ldap.ldif" % "spring-ldap-ldif" % "1.3.1.RELEASE"
[org.springframework.ldap.ldif/spring-ldap-ldif "1.3.1.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
commons-logging : commons-logging | jar | 1.0.4 |
org.springframework : spring-core | jar | 3.0.5.RELEASE |
org.springframework : spring-beans | jar | 3.0.5.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |
log4j : log4j | jar | 1.2.9 |