Person Directory Addons

A collection of useful add-ons for the Person Directory Framework

License

License

Categories

Categories

Net
GroupId

GroupId

net.unicon.persondir
ArtifactId

ArtifactId

persondir-addons
Last Version

Last Version

0.2
Release Date

Release Date

Type

Type

jar
Description

Description

Person Directory Addons
A collection of useful add-ons for the Person Directory Framework
Project Organization

Project Organization

Unicon Inc.
Source Code Management

Source Code Management

https://github.com/Unicon/person-directory-addons

Download persondir-addons

How to add to project

<!-- https://jarcasting.com/artifacts/net.unicon.persondir/persondir-addons/ -->
<dependency>
    <groupId>net.unicon.persondir</groupId>
    <artifactId>persondir-addons</artifactId>
    <version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.unicon.persondir/persondir-addons/
implementation 'net.unicon.persondir:persondir-addons:0.2'
// https://jarcasting.com/artifacts/net.unicon.persondir/persondir-addons/
implementation ("net.unicon.persondir:persondir-addons:0.2")
'net.unicon.persondir:persondir-addons:jar:0.2'
<dependency org="net.unicon.persondir" name="persondir-addons" rev="0.2">
  <artifact name="persondir-addons" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.unicon.persondir', module='persondir-addons', version='0.2')
)
libraryDependencies += "net.unicon.persondir" % "persondir-addons" % "0.2"
[net.unicon.persondir/persondir-addons "0.2"]

Dependencies

compile (13)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.2
commons-io : commons-io jar 2.4
org.springframework : spring-core jar 3.2.4.RELEASE
org.springframework : spring-beans jar 3.2.4.RELEASE
org.springframework : spring-context jar 3.2.4.RELEASE
org.springframework.ldap : spring-ldap-core jar 1.3.1.RELEASE
com.fasterxml.jackson.core : jackson-databind jar 2.2.2
org.jasig.service.persondir : person-directory-impl jar 1.5.1
org.jasig.service.persondir : person-directory-api jar 1.5.1
org.codehaus.groovy : groovy-all jar 2.1.6
me.grison : jtoml jar 1.0.0
edu.internet2.middleware.grouper : grouperClient jar 2.1.0
net.unicon.springframework : springframework-addons jar 0.1

provided (1)

Group / Artifact Type Version
javax.servlet : servlet-api jar 2.5

runtime (2)

Group / Artifact Type Version
org.slf4j : slf4j-log4j12 jar 1.7.2
org.slf4j : jcl-over-slf4j jar 1.7.2

test (4)

Group / Artifact Type Version
junit : junit jar 4.11
org.spockframework : spock-core jar 0.7-groovy-2.0
org.springframework : spring-context-support jar 3.2.4.RELEASE
org.springframework : spring-test jar 3.2.4.RELEASE

Project Modules

There are no modules declared in this project.

Person Directory Addons

This project is about an open source collection of extensions to the Person Directory.

==========================================================================

Project Information

Current version

0.1

Build

Build Status

You can build the project from source using the following Maven command:

$ mvn clean package

Usage

Declare the project dependency in your Local CAS server pom.xml file as:

<dependency>
    <groupId>net.unicon.persondir</groupId>
    <artifactId>persondir-addons</artifactId>
    <version>${persondir-addons.version}</version>
</dependency>
net.unicon.persondir

Unicon, Inc.

Versions

Version
0.2
0.1