Skip to content

Maven Setup

NJDaeger edited this page Jun 1, 2017 · 1 revision

Adding CoalesceCore to your pom.xml

Adding the Core to the pom.xml is pretty simple... Add this snippet of text to the file:

<dependencies>
    <dependency>
        <groupId>com.coalesce</groupId>
        <artifactId>CoalesceCore</artifactId>
        <version>1.0.0</version>
        <scope>provided</scope>
    </dependency>
</dependencies>
  • Please note, the Version number provided in this example may be wrong, please change accordingly.

Clone this wiki locally