| 组织ID: |
org.jasig.service |
| 项目ID: |
person-directory |
| 版本: |
1.0.1 |
| 最后修改时间: |
2018-08-17 16:11:12 |
| 包类型: |
jar |
| 标题: |
Person Directory |
| 描述: |
Provides a general interface for accessing attributes for a person. Has the capability of aggregating attributes from multiple data sources into a single view. |
| 大小: |
44.72KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.jasig.service</groupId>
<artifactId>person-directory</artifactId>
<version>1.0.1</version>
</dependency>
|
| Gradle引入代码: |
org.jasig.service:person-directory:1.0.1
|
| 下载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.jasig</groupId>
<artifactId>jasig-parent</artifactId>
<version>1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jasig.service</groupId>
<artifactId>person-directory</artifactId>
<packaging>jar</packaging>
<version>1.0.1</version>
<name>Person Directory</name>
<description>Provides a general interface for accessing attributes for a person. Has the capability of aggregating attributes from multiple data sources into a single view.</description>
<issueManagement>
<url>http://www.ja-sig.org/issues/browse/PERSONDIR</url>
<system>Jira</system>
</issueManagement>
<scm>
<url>http://developer.ja-sig.org/source/changelog/jasigsvn/person-directory</url>
<developerConnection>scm:svn:https://${maven.username}@developer.ja-sig.org/svn/person-directory/</developerConnection>
<connection>scm:svn:https://developer.ja-sig.org/svn/person-directory/</connection>
<tag>1.0.1</tag>
</scm>
<repositories>
<repository>
<id>jasig-repository</id>
<name>JA-SIG Maven2 Repository</name>
<url>http://developer.ja-sig.org/maven2</url>
</repository>
</repositories>
<mailingLists>
<mailingList>
<name>JA-SIG Portal</name>
<subscribe>http://list.unm.edu/cgi-bin/wa?SUBED1=jasig-portal&A=1</subscribe>
<unsubscribe>http://list.unm.edu/cgi-bin/wa?SUBED1=jasig-portal&A=1</unsubscribe>
<archive>http://list.unm.edu/archives/jasig-portal.html</archive>
</mailingList>
<mailingList>
<name>JA-SIG Developers</name>
<subscribe>http://list.unm.edu/cgi-bin/wa?SUBED1=jasig-dev&A=1</subscribe>
<unsubscribe>http://list.unm.edu/cgi-bin/wa?SUBED1=jasig-dev&A=1</unsubscribe>
<archive>http://list.unm.edu/archives/jasig-dev.html</archive>
</mailingList>
</mailingLists>
<developers>
<developer>
<name>Andrew Petro</name>
<id>awp9</id>
<email>andrew.petro@yale.edu</email>
<organization>Unicon Inc.</organization>
<roles>
<role>Developer</role>
</roles>
<url>http://www.ja-sig.org/wiki/display/~awp9</url>
<timezone>-7</timezone>
</developer>
<developer>
<name>Eric Dalquist</name>
<id>edalquist</id>
<email>eric.dalquist@doit.wisc.edu</email>
<organization>UW - Madison</organization>
<roles>
<role>Project Admin</role>
<role>Developer</role>
</roles>
<url>http://www.ja-sig.org/wiki/display/~edalquist</url>
<timezone>-6</timezone>
</developer>
<developer>
<name>Scott Battaglia</name>
<id>sbattaglia</id>
<email>scott_battaglia@rutgers.edu</email>
<organization>Rutgers</organization>
<roles>
<role>Developer</role>
</roles>
<url>http://www.ja-sig.org/wiki/display/~battags</url>
<timezone>-5</timezone>
</developer>
</developers>
<contributors>
<contributor>
<name>Ernest Rider</name>
<email>erider@unicon.net</email>
<organization>Unicon Inc.</organization>
<timezone>-7</timezone>
</contributor>
</contributors>
<dependencies>
<!--
| Run Time Dependencies
+-->
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.1</version>
<type>jar</type>
<scope>compile</scope>
<exclusions>
<exclusion>
<groupId>logkit</groupId>
<artifactId>logkit</artifactId>
</exclusion>
<exclusion>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</exclusion>
<exclusion>
<groupId>avalon-framework</groupId>
<artifactId>avalon-framework</artifactId>
</exclusion>
<exclusion>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>2.0.3</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
<version>2.0.3</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-dao</artifactId>
<version>2.0.3</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jdbc</artifactId>
<version>2.0.3</version>
<type>jar</type>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-ldap</artifactId>
<version>1.1.2</version>
<type>jar</type>
<scope>compile</scope>
<optional>true</optional>
<exclusions>
<exclusion>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
</exclusion>
<exclusion>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
</exclusion>
<exclusion>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
</exclusion>
<exclusion>
<groupId>org.springframework</groupId>
<artifactId>spring-dao</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.3</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
<version>3.2</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
<!--
| Runtime Dependencies
+-->
<dependency> <!-- needed for spring-ldap -->
<groupId>com.sun</groupId>
<artifactId>ldapbp</artifactId>
<version>1.0</version>
<type>jar</type>
<scope>runtime</scope>
<optional>true</optional>
</dependency>
<!--
| Test Dependencies
+-->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.2</version>
<type>jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-dbcp</groupId>
<artifactId>commons-dbcp</artifactId>
<version>1.2.1</version>
<type>jar</type>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
</exclusion>
<exclusion>
<groupId>xerces</groupId>
<artifactId>xerces</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<version>1.8.0.7</version>
<type>jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.14</version>
<type>jar</type>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.4</source>
<target>1.4</target>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>clean</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>surefire-report-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>jxr-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<links>
<link>http://java.sun.com/j2se/1.4.2/docs/api/</link>
<link>http://static.springframework.org/spring-ldap/docs/1.1.1/api/</link>
<link>http://static.springframework.org/spring/docs/2.0.x/api/</link>
<link>http://jakarta.apache.org/commons/logging/commons-logging-1.1/apidocs/</link>
</links>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
<version>2.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
<configuration>
<targetjdk>1.4</targetjdk>
<format>xml</format>
<linkXref>true</linkXref>
<sourceEncoding>utf-8</sourceEncoding>
<minimumTokens>100</minimumTokens>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>changelog-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>taglist-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
</plugin>
</plugins>
</reporting>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
org.jasig.services.persondir.IPersonAttributeDao.class
org.jasig.services.persondir.support.AbstractAggregatingDefaultQueryPersonAttributeDao.class
org.jasig.services.persondir.support.AbstractDefaultAttributePersonAttributeDao.class
org.jasig.services.persondir.support.AbstractQueryPersonAttributeDao.class
org.jasig.services.persondir.support.CachingPersonAttributeDaoImpl.class
org.jasig.services.persondir.support.CascadingPersonAttributeDao.class
org.jasig.services.persondir.support.ComplexStubPersonAttributeDao.class
org.jasig.services.persondir.support.EchoPersonAttributeDaoImpl.class
org.jasig.services.persondir.support.jdbc.AbstractJdbcPersonAttributeDao.class
org.jasig.services.persondir.support.jdbc.AbstractPersonAttributeMappingQuery.class
org.jasig.services.persondir.support.jdbc.MultiRowJdbcPersonAttributeDao.class
org.jasig.services.persondir.support.jdbc.MultiRowPersonAttributeMappingQuery.class
org.jasig.services.persondir.support.jdbc.SingleRowJdbcPersonAttributeDao.class
org.jasig.services.persondir.support.jdbc.SingleRowPersonAttributeMappingQuery.class
org.jasig.services.persondir.support.ldap.LdapPersonAttributeDao.class
org.jasig.services.persondir.support.ldap.PersonAttributesMapper.class
org.jasig.services.persondir.support.ldap.QuerySearchExecutor.class
org.jasig.services.persondir.support.merger.IAttributeMerger.class
org.jasig.services.persondir.support.merger.MultivaluedAttributeMerger.class
org.jasig.services.persondir.support.merger.NoncollidingAttributeAdder.class
org.jasig.services.persondir.support.merger.ReplacingAttributeAdder.class
org.jasig.services.persondir.support.MergingPersonAttributeDaoImpl.class
org.jasig.services.persondir.support.MultivaluedPersonAttributeUtils.class
org.jasig.services.persondir.support.RegexGatewayPersonAttributeDao.class
org.jasig.services.persondir.support.rule.AttributeRule.class
org.jasig.services.persondir.support.rule.DeclaredRulePersonAttributeDao.class
org.jasig.services.persondir.support.rule.SimpleAttributeRule.class
org.jasig.services.persondir.support.StubPersonAttributeDao.class
META-INF/maven/org.jasig.service/person-directory/pom.xml
META-INF/maven/org.jasig.service/person-directory/pom.properties
|
| 依赖Jar: |
commons-logging-1.1.jar
/commons-logging/commons-logging/1.1
查看commons-logging所有版本文件
spring-core-2.0.3.jar
/org.springframework/spring-core/2.0.3
查看spring-core所有版本文件
spring-beans-2.0.3.jar
/org.springframework/spring-beans/2.0.3
查看spring-beans所有版本文件
spring-dao-2.0.3.jar
/org.springframework/spring-dao/2.0.3
查看spring-dao所有版本文件
spring-jdbc-2.0.3.jar
/org.springframework/spring-jdbc/2.0.3
查看spring-jdbc所有版本文件
spring-ldap-1.1.2.jar
/org.springframework/spring-ldap/1.1.2
查看spring-ldap所有版本文件
commons-lang-2.3.jar
/commons-lang/commons-lang/2.3
查看commons-lang所有版本文件
commons-collections-3.2.jar
/commons-collections/commons-collections/3.2
查看commons-collections所有版本文件
ldapbp-1.0.jar
/com.sun/ldapbp/1.0
查看ldapbp所有版本文件
junit-4.2.jar
/junit/junit/4.2
查看junit所有版本文件
commons-dbcp-1.2.1.jar
/commons-dbcp/commons-dbcp/1.2.1
查看commons-dbcp所有版本文件
hsqldb-1.8.0.7.jar
/hsqldb/hsqldb/1.8.0.7
查看hsqldb所有版本文件
log4j-1.2.14.jar
/log4j/log4j/1.2.14
查看log4j所有版本文件
|