License |
License |
---|---|
GroupId | GroupIdorg.springframework.ldap |
ArtifactId | ArtifactIdspring-ldap-core |
Last Version | Last Version2.4.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionspring-ldap-core
Spring LDAP
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
spring-ldap-core-2.4.1.pom | |
spring-ldap-core-2.4.1.jar | 369 KB |
spring-ldap-core-2.4.1-sources.jar | 350 KB |
spring-ldap-core-2.4.1-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.springframework.ldap/spring-ldap-core/ -->
<dependency>
<groupId>org.springframework.ldap</groupId>
<artifactId>spring-ldap-core</artifactId>
<version>2.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.ldap/spring-ldap-core/
implementation 'org.springframework.ldap:spring-ldap-core:2.4.1'
// https://jarcasting.com/artifacts/org.springframework.ldap/spring-ldap-core/
implementation ("org.springframework.ldap:spring-ldap-core:2.4.1")
'org.springframework.ldap:spring-ldap-core:jar:2.4.1'
<dependency org="org.springframework.ldap" name="spring-ldap-core" rev="2.4.1">
<artifact name="spring-ldap-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.ldap', module='spring-ldap-core', version='2.4.1')
)
libraryDependencies += "org.springframework.ldap" % "spring-ldap-core" % "2.4.1"
[org.springframework.ldap/spring-ldap-core "2.4.1"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-core | jar | 5.3.21 |
org.springframework : spring-beans | jar | 5.3.21 |
org.springframework : spring-tx | jar | 5.3.21 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.32 |