About App module
Administration Bundled: Community edition
| Edition | CE | 
|---|---|
| License | |
| Issues | |
| Maven site | |
| Latest | 6.3.1 | 
About Magnolia app provides an overview of relevant installation information.
Installing with Maven
Maven is the easiest way to install the module. Add the following to your bundle:
<dependency>
  <groupId>info.magnolia.about</groupId>
  <artifactId>magnolia-about-app</artifactId>
  <version>6.3.1</version> (1)
</dependency>| 1 | Should you need to specify the module version, do it using <version>. |