| GroupId | GroupIdorg.springframework.ldap | 
|---|---|
| ArtifactId | ArtifactIdspring-ldap-test | 
| Version | Version2.3.2.RELEASE | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.springframework.ldap/spring-ldap-test/ -->
<dependency>
    <groupId>org.springframework.ldap</groupId>
    <artifactId>spring-ldap-test</artifactId>
    <version>2.3.2.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/org.springframework.ldap/spring-ldap-test/
implementation 'org.springframework.ldap:spring-ldap-test:2.3.2.RELEASE'// https://jarcasting.com/artifacts/org.springframework.ldap/spring-ldap-test/
implementation ("org.springframework.ldap:spring-ldap-test:2.3.2.RELEASE")'org.springframework.ldap:spring-ldap-test:jar:2.3.2.RELEASE'<dependency org="org.springframework.ldap" name="spring-ldap-test" rev="2.3.2.RELEASE">
  <artifact name="spring-ldap-test" type="jar" />
</dependency>@Grapes(
@Grab(group='org.springframework.ldap', module='spring-ldap-test', version='2.3.2.RELEASE')
)libraryDependencies += "org.springframework.ldap" % "spring-ldap-test" % "2.3.2.RELEASE"[org.springframework.ldap/spring-ldap-test "2.3.2.RELEASE"]