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.
https://github.com/ArDoCo/Core
MIT License
Sophie Corallo Dominik Fuchss Jan Keim
文件下载
文件名 操作
parent-1.0.0.pom 下载
Apache Maven
<dependency>
  <groupId>io.github.ardoco.core</groupId>
  <artifactId>parent</artifactId>
  <version>1.0.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.github.ardoco.core:parent:1.0.0'
Gradle Kotlin
implementation("io.github.ardoco.core:parent:1.0.0")
Scala SBT
libraryDependencies += "io.github.ardoco.core" % "parent" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.ardoco.core', module='parent', version='1.0.0')
)
Apache Ivy
<dependency org="io.github.ardoco.core" name="parent" rev="1.0.0" />
Leiningen
[io.github.ardoco.core/parent "1.0.0"]
Apache Buildr
'io.github.ardoco.core:parent:jar:1.0.0'