Skip to content

v0.1

Compare
Choose a tag to compare
@Gram21 Gram21 released this 26 Jul 10:40
· 2415 commits to main since this release

To use this in your maven projects, add the following dependency:

<dependency>
  <groupId>edu.kit.kastel.mcse.ardoco</groupId>
  <artifactId>core</artifactId>
  <version>0.1</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>