f

framework

This framework contains the code for defining the architecture, data structures, and interfaces of the ArDoCo approach as well as the common code.
MIT License
Files download
File Operation
framework-1.0.0.pom download
Apache Maven
<dependency>
  <groupId>io.github.ardoco.core</groupId>
  <artifactId>framework</artifactId>
  <version>1.0.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.github.ardoco.core:framework:1.0.0'
Gradle Kotlin
implementation("io.github.ardoco.core:framework:1.0.0")
Scala SBT
libraryDependencies += "io.github.ardoco.core" % "framework" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.ardoco.core', module='framework', version='1.0.0')
)
Apache Ivy
<dependency org="io.github.ardoco.core" name="framework" rev="1.0.0" />
Leiningen
[io.github.ardoco.core/framework "1.0.0"]
Apache Buildr
'io.github.ardoco.core:framework:jar:1.0.0'