p

parent-id

The goal of this project is to identify missing or deviating elements (inconsistencies) between informal and formal artifacts like software architecture documentation, software architecture, and code.
https://github.com/ArDoCo/InconsistencyDetection
MIT License
Sophie Corallo Dominik Fuchss Jan Keim
Files download
File Operation
parent-id-1.0.0.pom download
Apache Maven
<dependency>
  <groupId>io.github.ardoco.id</groupId>
  <artifactId>parent-id</artifactId>
  <version>1.0.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.github.ardoco.id:parent-id:1.0.0'
Gradle Kotlin
implementation("io.github.ardoco.id:parent-id:1.0.0")
Scala SBT
libraryDependencies += "io.github.ardoco.id" % "parent-id" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.ardoco.id', module='parent-id', version='1.0.0')
)
Apache Ivy
<dependency org="io.github.ardoco.id" name="parent-id" rev="1.0.0" />
Leiningen
[io.github.ardoco.id/parent-id "1.0.0"]
Apache Buildr
'io.github.ardoco.id:parent-id:jar:1.0.0'