r

runtime

Parent module for Cecilia runtime modules.
${cecilia.home.url}/${project.artifactId}/
Files download
File Operation
runtime-2.1-start-8763.pom download
Apache Maven
<dependency>
  <groupId>org.objectweb.fractal.cecilia</groupId>
  <artifactId>runtime</artifactId>
  <version>2.1-start-8763</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.objectweb.fractal.cecilia:runtime:2.1-start-8763'
Gradle Kotlin
implementation("org.objectweb.fractal.cecilia:runtime:2.1-start-8763")
Scala SBT
libraryDependencies += "org.objectweb.fractal.cecilia" % "runtime" % "2.1-start-8763"
Groovy Grape
@Grapes(
  @Grab(group='org.objectweb.fractal.cecilia', module='runtime', version='2.1-start-8763')
)
Apache Ivy
<dependency org="org.objectweb.fractal.cecilia" name="runtime" rev="2.1-start-8763" />
Leiningen
[org.objectweb.fractal.cecilia/runtime "2.1-start-8763"]
Apache Buildr
'org.objectweb.fractal.cecilia:runtime:jar:2.1-start-8763'