Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
xml
xml
<dependency>
    <groupId>com.cognifide.slice-addon</groupId>
    <artifactId>slice-cq55</artifactId>
    <version>1.0.0</version>
</dependency>
<dependency>
    <groupId>com.cognifide.slice-addon</groupId>
    <artifactId>slice-cq55-taglib</artifactId>
    <version>1.0.0</version>
</dependency>

If you want to use Slice CQ Addons dedicated for other CQ version, just change artifactId value, e.g. for CQ 5.6:

...