Download spring-ldap-core-tiger-1.3.0.release.jar file

Introduction

You can download spring-ldap-core-tiger-1.3.0.release.jar in this page.

License

The Apache Software License, Version 2.0

Type List

spring-ldap-core-tiger-1.3.0.release.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.springframework.ldap/spring-ldap-core-tiger/pom.properties
META-INF/maven/org.springframework.ldap/spring-ldap-core-tiger/pom.xml
org.springframework.ldap.core.simple.AbstractParameterizedContextMapper.class
org.springframework.ldap.core.simple.ParameterizedContextMapper.class
org.springframework.ldap.core.simple.SimpleLdapOperations.class
org.springframework.ldap.core.simple.SimpleLdapTemplate.class

Pom

spring-ldap-core-tiger-1.3.0.release.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<project
		xmlns="http://maven.apache.org/POM/4.0.0"
		xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
		xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

	<parent>
		<groupId>org.springframework.ldap</groupId>
		<artifactId>spring-ldap-parent</artifactId>
		<version>1.3.0.RELEASE</version>
	</parent>
	<modelVersion>4.0.0</modelVersion>
	<artifactId>spring-ldap-core-tiger</artifactId>
	<packaging>jar</packaging>
	<name>Spring LDAP Java 5 support</name>

	<build>
		<plugins>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-compiler-plugin</artifactId>
				<configuration>
					<source>1.5</source>
					<target>1.5</target>
				</configuration>
			</plugin>
		</plugins>
	</build>

	<dependencies>
		<!-- Spring Dependencies -->
		<dependency>
			<groupId>org.springframework.ldap</groupId>
			<artifactId>spring-ldap-core</artifactId>
		</dependency>
		<dependency>
			<groupId>org.springframework</groupId>
			<artifactId>spring-tx</artifactId>
		</dependency>
		<dependency>
			<groupId>junit</groupId>
			<artifactId>junit</artifactId>
			<scope>test</scope>
		</dependency>
	</dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.springframework.ldap</groupId>
   <artifactId>spring-ldap-core-tiger</artifactId>
   <version>1.3.0.release</version>
</dependency>

Download

If you think the following spring-ldap-core-tiger-1.3.0.release.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download spring-ldap-core-tiger-1.3.0.release.jar file




PreviousNext

Related