f

ftl-runtime

Towards a 𝝺-calculus for large-scale systems
https://github.com/TBD54566975/ftl
The Apache License, Version 2.0
Alec Thomas Wes Billman Elizabeth Worstell Matt Toohey
Files download
File Operation
ftl-runtime-0.181.1.jar download
ftl-runtime-0.181.1.pom download
ftl-runtime-0.181.1-sources.jar download
Apache Maven
<dependency>
  <groupId>xyz.block</groupId>
  <artifactId>ftl-runtime</artifactId>
  <version>0.181.1</version>
</dependency>
Gradle Groovy
implementation 'xyz.block:ftl-runtime:0.181.1'
Gradle Kotlin
implementation("xyz.block:ftl-runtime:0.181.1")
Scala SBT
libraryDependencies += "xyz.block" % "ftl-runtime" % "0.181.1"
Groovy Grape
@Grapes(
  @Grab(group='xyz.block', module='ftl-runtime', version='0.181.1')
)
Apache Ivy
<dependency org="xyz.block" name="ftl-runtime" rev="0.181.1" />
Leiningen
[xyz.block/ftl-runtime "0.181.1"]
Apache Buildr
'xyz.block:ftl-runtime:jar:0.181.1'