File | Operation |
---|---|
spring-ldap-parent-tiger-1.3.1.RELEASE.pom | download |
<dependency>
<groupId>org.springframework.ldap</groupId>
<artifactId>spring-ldap-parent-tiger</artifactId>
<version>1.3.1.RELEASE</version>
<type>pom</type>
</dependency>
libraryDependencies += "org.springframework.ldap" % "spring-ldap-parent-tiger" % "1.3.1.RELEASE"
@Grapes(
@Grab(group='org.springframework.ldap', module='spring-ldap-parent-tiger', version='1.3.1.RELEASE')
)
<dependency org="org.springframework.ldap" name="spring-ldap-parent-tiger" rev="1.3.1.RELEASE" />
<parent> <groupId>org.springframework.ldap</groupId> <artifactId>spring-ldap-parent</artifactId> <version>1.3.1.RELEASE</version> </parent>