You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HansvdLaan edited this page Mar 28, 2018
·
34 revisions
This wiki aims to provide an overview of all features and how to use them. However, if you are just trying out this framework, or you need to put together a formal model of your program quickly, or you simply don't want to read through all the details first, this section gives you the bare necessities to put together a simple learning experiment very quickly with maven:
Clone the HermieLab repository
Install HermieLab via Maven
Add the following dependencies to your pom:
An example of how your build might look:
hansvdlaan.hermielab
annotations
0.1-SNAPSHOT
Add hermielab.general.AnnotationsProcessor to your annotationProcessors in your maven build
org.apache.maven.plugins
maven-compiler-plugin
3.6.1
1.8
1.8
UTF-8
true
basic.BasicLearningSetupProcessor