组织ID: |
org.springframework.ldap |
项目ID: |
spring-ldap-core-tiger |
版本: |
1.3.0.RELEASE |
最后修改时间: |
2018-07-26 09:20:16 |
包类型: |
jar |
标题: |
Spring LDAP Java 5 support |
大小: |
6.08KB |
|
Maven引入代码: |
<dependency>
<groupId>org.springframework.ldap</groupId>
<artifactId>spring-ldap-core-tiger</artifactId>
<version>1.3.0.RELEASE</version>
</dependency>
|
Gradle引入代码: |
org.springframework.ldap:spring-ldap-core-tiger:1.3.0.RELEASE
|
下载Jar包: |
|
POM文件内容: |
<?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>
|
Jar包内容: |
META-INF/MANIFEST.MF
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
META-INF/maven/org.springframework.ldap/spring-ldap-core-tiger/pom.xml
META-INF/maven/org.springframework.ldap/spring-ldap-core-tiger/pom.properties
|
依赖Jar: |
|