Skip to content

SEPIA 1.0.1

Compare
Choose a tag to compare
@adlange adlange released this 10 Sep 07:49
· 95 commits to master since this release

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>