Contacts module
Content management Unbundled: Extension
Edition | CE |
---|---|
License |
|
Issues |
|
Maven site |
|
Latest |
2.0.0 |
The Contacts module installs the Contacts app that allows editors to create an address book of contacts.
Installing with Maven
Maven is the easiest way to install the module. Add the following to your bundle:
<dependency>
<groupId>info.magnolia.contacts</groupId>
<artifactId>magnolia-contacts</artifactId>
<version>2.0.0</version> (1)
</dependency>
1 | Should you need to specify the module version, do it using <version> . |