SEPIA 1.0.1
Changes:
- restricted node and arc names to the XML Schema ID data type and sanitized input names when parsing existing nets
- fixed project dependencies
- some minor bug fixes
To add a dependency on SEPIA using Maven, use the following:
<dependency>
<groupId>de.uni.freiburg.iig.telematik</groupId>
<artifactId>SEPIA</artifactId>
<version>1.0.1</version>
</dependency>