GroupId | GroupIdorg.apereo.service.persondir |
---|---|
ArtifactId | ArtifactIdperson-directory-api |
Last Version | Last Version2.0.12 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPerson Directory API
Provides a general interface for accessing attributes for a person.
|
<!-- https://jarcasting.com/artifacts/org.apereo.service.persondir/person-directory-api/ -->
<dependency>
<groupId>org.apereo.service.persondir</groupId>
<artifactId>person-directory-api</artifactId>
<version>2.0.12</version>
</dependency>
// https://jarcasting.com/artifacts/org.apereo.service.persondir/person-directory-api/
implementation 'org.apereo.service.persondir:person-directory-api:2.0.12'
// https://jarcasting.com/artifacts/org.apereo.service.persondir/person-directory-api/
implementation ("org.apereo.service.persondir:person-directory-api:2.0.12")
'org.apereo.service.persondir:person-directory-api:jar:2.0.12'
<dependency org="org.apereo.service.persondir" name="person-directory-api" rev="2.0.12">
<artifact name="person-directory-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apereo.service.persondir', module='person-directory-api', version='2.0.12')
)
libraryDependencies += "org.apereo.service.persondir" % "person-directory-api" % "2.0.12"
[org.apereo.service.persondir/person-directory-api "2.0.12"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-core | jar | 5.3.14 |