文件下载
文件名 操作
spring-ldap-ldif-core-2.4.1.jar 下载
spring-ldap-ldif-core-2.4.1.pom 下载
spring-ldap-ldif-core-2.4.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.springframework.ldap</groupId>
  <artifactId>spring-ldap-ldif-core</artifactId>
  <version>2.4.1</version>
</dependency>
Gradle Groovy
implementation 'org.springframework.ldap:spring-ldap-ldif-core:2.4.1'
Gradle Kotlin
implementation("org.springframework.ldap:spring-ldap-ldif-core:2.4.1")
Scala SBT
libraryDependencies += "org.springframework.ldap" % "spring-ldap-ldif-core" % "2.4.1"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework.ldap', module='spring-ldap-ldif-core', version='2.4.1')
)
Apache Ivy
<dependency org="org.springframework.ldap" name="spring-ldap-ldif-core" rev="2.4.1" />
Leiningen
[org.springframework.ldap/spring-ldap-ldif-core "2.4.1"]
Apache Buildr
'org.springframework.ldap:spring-ldap-ldif-core:jar:2.4.1'