组织ID: |
org.springframework.ldap |
项目ID: |
spring-ldap-ldif-core |
版本: |
2.3.1.RELEASE |
最后修改时间: |
2018-08-02 20:42:27 |
包类型: |
jar |
标题: |
spring-ldap-ldif-core |
描述: |
spring-ldap-ldif-core |
相关URL: |
http://www.springframework.org/ldap |
大小: |
24.66KB |
|
Maven引入代码: |
<dependency>
<groupId>org.springframework.ldap</groupId>
<artifactId>spring-ldap-ldif-core</artifactId>
<version>2.3.1.RELEASE</version>
</dependency>
|
Gradle引入代码: |
org.springframework.ldap:spring-ldap-ldif-core:2.3.1.RELEASE
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.ldap</groupId>
<artifactId>spring-ldap-ldif-core</artifactId>
<version>2.3.1.RELEASE</version>
<name>spring-ldap-ldif-core</name>
<description>spring-ldap-ldif-core</description>
<url>http://www.springframework.org/ldap</url>
<organization>
<name>SpringSource</name>
<url>http://springsource.org/</url>
</organization>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>rwinch</id>
<name>Rob Winch</name>
<email>rwinch@gopivotal.com</email>
</developer>
<developer>
<id>marthursson</id>
<name>Mattias Hellborg Arthursson</name>
<email>mattias@261consulting.com</email>
<organization>261 Consulting</organization>
<organizationUrl>http://www.261consulting.com</organizationUrl>
</developer>
<developer>
<id>ulsa</id>
<name>Ulrik Sandberg</name>
<email>ulrik.sandberg@jayway.com</email>
<organization>Jayway</organization>
<organizationUrl>http://www.jayway.com</organizationUrl>
</developer>
</developers>
<contributors>
<contributor>
<name>Eric Dalquist</name>
</contributor>
<contributor>
<name>Marius Scurtescu</name>
</contributor>
<contributor>
<name>Tim Terry</name>
</contributor>
<contributor>
<name>Keith Barlow</name>
</contributor>
<contributor>
<name>Paul Harvey</name>
</contributor>
<contributor>
<name>Marvin S. Addison</name>
</contributor>
</contributors>
<scm>
<connection>scm:git:git://github.com/SpringSource/spring-ldap</connection>
<developerConnection>scm:git:git://github.com/SpringSource/spring-ldap</developerConnection>
<url>https://github.com/SpringSource/spring-ldap</url>
</scm>
<dependencies>
<dependency>
<groupId>org.springframework.ldap</groupId>
<artifactId>spring-ldap-core</artifactId>
<version>2.3.1.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.17</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
<groupId>com.sun.jdmk</groupId>
</exclusion>
<exclusion>
<artifactId>*</artifactId>
<groupId>javax.jms</groupId>
</exclusion>
<exclusion>
<artifactId>*</artifactId>
<groupId>com.sun.jmx</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>2.3.0</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.6</source>
<target>1.6</target>
</configuration>
</plugin>
</plugins>
</build>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.springframework.ldap.core.LdapAttributes.class
org.springframework.ldap.core.LdapAttribute.class
org.springframework.ldap.ldif.support.SeparatorPolicy.class
org.springframework.ldap.ldif.support.AttributeValidationPolicy.class
org.springframework.ldap.ldif.support.DefaultAttributeValidationPolicy.class
org.springframework.ldap.ldif.support.LineIdentifier.class
org.springframework.ldap.ldif.parser.Parser.class
org.springframework.ldap.ldif.parser.LdifParser.class
org.springframework.ldap.ldif.parser.LdifParser$1.class
org.springframework.ldap.ldif.InvalidAttributeFormatException.class
org.springframework.ldap.ldif.InvalidRecordFormatException.class
org.springframework.ldap.schema.Specification.class
org.springframework.ldap.schema.BasicSchemaSpecification.class
org.springframework.ldap.schema.DefaultSchemaSpecification.class
META-INF/notice.txt
META-INF/license.txt
|
依赖Jar: |
spring-ldap-core-2.3.1.RELEASE.jar
/org.springframework.ldap/spring-ldap-core/2.3.1.RELEASE
查看spring-ldap-core所有版本文件
commons-io-2.4.jar
/commons-io/commons-io/2.4
查看commons-io所有版本文件
junit-4.12.jar
/junit/junit/4.12
查看junit所有版本文件
log4j-1.2.17.jar
/log4j/log4j/1.2.17
查看log4j所有版本文件
assertj-core-2.3.0.jar
/org.assertj/assertj-core/2.3.0
查看assertj-core所有版本文件
|