Versions Compared

Key

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

...

Add a dependency on the publishing api library to your project

Info

Only available from Comala Publishing 2.16.0 onwards, there will always be a corresponding API library with the same version available.

Code Block
<dependency>
    <groupId>com.comalatech</groupId>
    <artifactId>publishing-api</artifactId>
    <version>3.1.0</version>
    <scope>provided</scope>
</dependency>

...