Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: DOCU-2817

...

Maven is the easiest way to install the modules. Add the following dependencies to your bundle:

Artifact maven dependencies snippet
rangeHigherVersion2.2
groupIdinfo.magnolia.rest
artifactIdmagnolia-rest-services

Artifact maven dependencies snippet
rangeHigherVersion2.2
groupIdinfo.magnolia.rest
artifactIdmagnolia-rest-integration

Artifact maven dependencies snippet
rangeHigherVersion2.2
groupIdinfo.magnolia.rest
artifactIdmagnolia-rest-content-delivery

Artifact maven dependencies snippet
rangeHigherVersion2.2
groupIdinfo.magnolia.rest
artifactIdmagnolia-rest-tools

...

Artifact resource link
rangeHigherVersion2.2
groupIdinfo.magnolia.rest
artifactIdmagnolia-rest-services
label$artifactId.jar
renderTypedownload_link
resourceTypeJAR

...

Artifact resource link
rangeHigherVersion2.2
groupIdinfo.magnolia.rest
artifactIdmagnolia-rest-integration
label$artifactId.jar
renderTypedownload_link
resourceTypeJAR

...

Artifact resource link
rangeHigherVersion2.2
groupIdinfo.magnolia.rest
artifactIdmagnolia-rest-content-delivery
label$artifactId.jar
renderTypedownload_link
resourceTypeJAR

...

Code Block
<dependency>
  <groupId>info.magnolia.rest</groupId>
  <artifactId>magnolia-rest-services</artifactId>
</dependency>
Code Block
<dependency>
  <groupId>info.magnolia.rest</groupId>
  <artifactId>magnolia-rest-integration</artifactId>
</dependency>
Code Block
<dependency>
  <groupId>info.magnolia.rest</groupId>
  <artifactId>magnolia-rest-content-delivery</artifactId>
</dependency>
Code Block
<dependency>
  <groupId>info.magnolia.rest</groupId>
  <artifactId>magnolia-rest-tools</artifactId>
</dependency>

...

Info
Preconfigured Magnolia bundles contain the magnolia-rest-services, magnolia-rest-integration and magnolia-rest-content-delivery modules but not magnolia-rest-tools. When adding magnolia-rest-tools directly to your bundle, unpack the zip file and add all the files it contains to the WEB-INF/libs folder of your webapps.

...