p

person-directory-parent

Parent project for the API and Impl packages.
Files download
File Operation
person-directory-parent-3.0.1.pom download
Apache Maven
<dependency>
  <groupId>org.apereo.service.persondir</groupId>
  <artifactId>person-directory-parent</artifactId>
  <version>3.0.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.apereo.service.persondir:person-directory-parent:3.0.1'
Gradle Kotlin
implementation("org.apereo.service.persondir:person-directory-parent:3.0.1")
Scala SBT
libraryDependencies += "org.apereo.service.persondir" % "person-directory-parent" % "3.0.1"
Groovy Grape
@Grapes(
  @Grab(group='org.apereo.service.persondir', module='person-directory-parent', version='3.0.1')
)
Apache Ivy
<dependency org="org.apereo.service.persondir" name="person-directory-parent" rev="3.0.1" />
Leiningen
[org.apereo.service.persondir/person-directory-parent "3.0.1"]
Apache Buildr
'org.apereo.service.persondir:person-directory-parent:jar:3.0.1'