MVN

io.github.ardoco.core : parent

Maven & Gradle

Aug 22, 2023
4 stars

ArDoCo (Core) - The Consistency Analyzer · The goal of this project is to connect architecture documentation and models while identifying missing or deviating elements (inconsistencies). An element can be any representable item of the model, like a component or a relation. To do so, we first create trace links and then make use of them and other information to identify inconsistencies. ArDoCo is actively developed by researchers of the Modelling for Continuous Software Engineering (MCSE) group of KASTEL - Institute of Information Security and Dependability at the KIT. This work was supported by funding from the topic Engineering Secure Systems of the Helmholtz Association (HGF) and by KASTEL Security Research Labs (46.23.01).

<dependency>
    <groupId>io.github.ardoco.core</groupId>
    <artifactId>parent</artifactId>
    <version>0.21.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.ardoco.core : parent to add to Maven - Latest Versions:

  • Latest Stable: 0.21.0

All Versions

Choose a version of io.github.ardoco.core : parent to add to Maven - All Versions:

Version Vulnerabilities Updated
0.21.x
parent-0.21.0
0.20.x
parent-0.20.0
0.19.x
parent-0.19.0
0.18.x
parent-0.18.1
parent-0.18.0
0.17.x
parent-0.17.0
0.16.x
parent-0.16.0
0.15.x
parent-0.15.0
0.14.x
parent-0.14.0
0.13.x
parent-0.13.0
0.12.x
parent-0.12.0
0.11.x
parent-0.11.0
0.10.x
parent-0.10.0
0.9.x
parent-0.9.3
parent-0.9.2
parent-0.9.1
parent-0.9.0
0.8.x
parent-0.8.2
parent-0.8.0
0.7.x
parent-0.7.7
parent-0.7.6
parent-0.7.5
parent-0.7.4
parent-0.7.3
parent-0.7.2
parent-0.7.1
parent-0.7.0
0.6.x
parent-0.6.0
0.5.x
parent-0.5.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.github.ardoco.core</groupId>
    <artifactId>parent</artifactId>
    <version>0.21.0</version>
</dependency>

Advertisement