| GroupId | GroupIdorg.apereo.service.persondir |
|---|---|
| ArtifactId | ArtifactIdperson-directory-parent |
| Version | Version1.8.8 |
| Type | Typepom |
| Filename | Size |
|---|---|
| person-directory-parent-1.8.8.pom | 22 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apereo.service.persondir/person-directory-parent/ -->
<dependency>
<groupId>org.apereo.service.persondir</groupId>
<artifactId>person-directory-parent</artifactId>
<version>1.8.8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apereo.service.persondir/person-directory-parent/
implementation 'org.apereo.service.persondir:person-directory-parent:1.8.8'
// https://jarcasting.com/artifacts/org.apereo.service.persondir/person-directory-parent/
implementation ("org.apereo.service.persondir:person-directory-parent:1.8.8")
'org.apereo.service.persondir:person-directory-parent:pom:1.8.8'
<dependency org="org.apereo.service.persondir" name="person-directory-parent" rev="1.8.8">
<artifact name="person-directory-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apereo.service.persondir', module='person-directory-parent', version='1.8.8')
)
libraryDependencies += "org.apereo.service.persondir" % "person-directory-parent" % "1.8.8"
[org.apereo.service.persondir/person-directory-parent "1.8.8"]