v0.3
Changes
Changes include but are not limited to ..
- Revised handling of models (Now: XML/XMI for PCM Models, JSON for Code Model)
- Possibility to handle multiple kinds of models
- Extended Inconsistency Detection
- Common Words Agents (Disabled)
- Deleted NorT as explicit type
- Explicit modeling of confidences
- Rework of configuration mechanism (InFormALin)
- Change to slf4j as logging framework
- Reworked Tests & Evaluation Modules
- Updated Gold Standards (Moved to Benchmark)
- Further improvements to the overall development & build process
To use this in your maven projects, add the following dependency:
<dependency>
<groupId>edu.kit.kastel.mcse.ardoco</groupId>
<artifactId>pipeline</artifactId>
<version>0.3</version>
</dependency>
You also need to add a Github Packages repository (see also here) like the following:
<repositories>
<repository>
<id>github</id>
<name>GitHub ArDoCo/Core Apache Maven Packages</name>
<url>https://maven.pkg.github.com/ArDoCo/Core</url>
</repository>
</repositories>