Download person-directory-impl-1.8.2.jar file - Jar p

Jar examples for p:person-directory-impl

Description

Provides implementations of the Person Directory API that have the capability of aggregating attributes from multiple data sources into a single view.

You can download jar file person-directory-impl 1.8.2 in this page.

Build File

You can use the following script to add person-directory-impl-1.8.2.jar to your project.

<dependency>
   <groupId>org.apereo.service.persondir</groupId>
   <artifactId>person-directory-impl</artifactId>
   <version>1.8.2</version>
</dependency>
compile group: 'org.apereo.service.persondir', name: 'person-directory-impl', version: '1.8.2'
libraryDependencies += "org.apereo.service.persondir" % "person-directory-impl" % "1.8.2"
<dependency org="org.apereo.service.persondir" name="person-directory-impl" rev="1.8.2"/>
@Grapes(@Grab(group='org.apereo.service.persondir', module='person-directory-impl', version='1.8.2'))
'org.apereo.service.persondir:person-directory-impl:jar:1.8.2'

Download

Click the following link to download the jar file.

person-directory-impl-1.8.2-javadoc.jar
person-directory-impl-1.8.2-sources.jar
person-directory-impl-1.8.2.jar
person-directory-impl-1.8.2.pom



Related Tutorials