de/mathplan/edci
v0.9.2 published
Maven
Last downloaded Jun 23, 2023
History
Installation
Copy and paste this inside your pom.xml
dependencies
block.
<dependency> <groupId>de.mathplan</groupId> <artifactId>edci</artifactId> <version>0.9.2</version> </dependency>
Registry setup
If you haven't already done so, you will need to add the below to your pom.xml
file.
<repositories> <repository> <id>gitlab-maven</id> <url>https://gitlab-ce.gwdg.de/api/v4/projects/12472/packages/maven</url> </repository> </repositories> <distributionManagement> <repository> <id>gitlab-maven</id> <url>https://gitlab-ce.gwdg.de/api/v4/projects/12472/packages/maven</url> </repository> <snapshotRepository> <id>gitlab-maven</id> <url>https://gitlab-ce.gwdg.de/api/v4/projects/12472/packages/maven</url> </snapshotRepository> </distributionManagement>