p

parent

The goal of this project is to connect informal artifacts like architecture documentation and formal artifacts like models. The InFormALin Framework 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).
https://github.com/InFormALin/Framework
MIT License
Sophie Corallo Dominik Fuchss Jan Keim
文件下载
文件名 操作
parent-0.11.5.pom 下载
Apache Maven
<dependency>
  <groupId>io.github.informalin.framework</groupId>
  <artifactId>parent</artifactId>
  <version>0.11.5</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.github.informalin.framework:parent:0.11.5'
Gradle Kotlin
implementation("io.github.informalin.framework:parent:0.11.5")
Scala SBT
libraryDependencies += "io.github.informalin.framework" % "parent" % "0.11.5"
Groovy Grape
@Grapes(
  @Grab(group='io.github.informalin.framework', module='parent', version='0.11.5')
)
Apache Ivy
<dependency org="io.github.informalin.framework" name="parent" rev="0.11.5" />
Leiningen
[io.github.informalin.framework/parent "0.11.5"]
Apache Buildr
'io.github.informalin.framework:parent:jar:0.11.5'
本项目依赖