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