-
Notifications
You must be signed in to change notification settings - Fork 0
Maven Setup
NJDaeger edited this page Jun 1, 2017
·
1 revision
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.