-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Started
HansvdLaan edited this page Apr 19, 2018
·
29 revisions
Before we can start, we have to install HermieLab into our local Maven repository so we can use it in our projects.
Step 1: Clone the HermieLab repository
Step 2: Run the mvn clean install
command
From this point on, we can use HermieLab in our projects. Just include these dependencies in your projects and then you're ready to go:
For the annotations:
<dependency>
<groupId>hansvdlaan.hermielab</groupId>
<artifactId>annotations</artifactId>
<version>0.1-SNAPSHOT</version>
</dependency>
For the annotation proccessors generating the settings file and the learning setups:
<dependency>
<groupId>hansvdlaan.hermielab</groupId>
<artifactId>processor</artifactId>
<version>0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>hansvdlaan.hermielab</groupId>
<artifactId>core</artifactId>
<version>0.1-SNAPSHOT</version>
</dependency>