p

parent

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).
MIT License
Sophie Corallo Dominik Fuchss Jan Keim
Files download
File Operation
parent-0.7.4.pom download
Apache Maven
<dependency>
  <groupId>io.github.ardoco.core</groupId>
  <artifactId>parent</artifactId>
  <version>0.7.4</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.github.ardoco.core:parent:0.7.4'
Gradle Kotlin
implementation("io.github.ardoco.core:parent:0.7.4")
Scala SBT
libraryDependencies += "io.github.ardoco.core" % "parent" % "0.7.4"
Groovy Grape
@Grapes(
  @Grab(group='io.github.ardoco.core', module='parent', version='0.7.4')
)
Apache Ivy
<dependency org="io.github.ardoco.core" name="parent" rev="0.7.4" />
Leiningen
[io.github.ardoco.core/parent "0.7.4"]
Apache Buildr
'io.github.ardoco.core:parent:jar:0.7.4'