p

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.
http://developer.ja-sig.org/projects/persondirectory/
JA-SIG Collabrative Licence
Java Architectures Special Interest Group
Andrew Petro Eric Dalquist Scott Battaglia
Files download
File Operation
person-directory-1.0.0.jar download
person-directory-1.0.0.pom download
person-directory-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jasig</groupId>
  <artifactId>person-directory</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'org.jasig:person-directory:1.0.0'
Gradle Kotlin
implementation("org.jasig:person-directory:1.0.0")
Scala SBT
libraryDependencies += "org.jasig" % "person-directory" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.jasig', module='person-directory', version='1.0.0')
)
Apache Ivy
<dependency org="org.jasig" name="person-directory" rev="1.0.0" />
Leiningen
[org.jasig/person-directory "1.0.0"]
Apache Buildr
'org.jasig:person-directory:jar:1.0.0'