How to install the Java artifact de.hhu.stups.alloy-core with Maven
Java
Maven
pom.xml
de.hhu.stups
alloy-core
Add the following lines to your pom.xml in the <project> element. Refer to the documentation to find the latest version available.
<dependencies>
<dependency>
<groupId>de.hhu.stups</groupId>
<artifactId>alloy-core</artifactId>
<version>5.1.0</version>
</dependency>
/<dependencies>