Files download
File Operation
circuit-runtime-screen-0.22.0.jar download
circuit-runtime-screen-0.22.0.pom download
circuit-runtime-screen-0.22.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.slack.circuit</groupId>
  <artifactId>circuit-runtime-screen</artifactId>
  <version>0.22.0</version>
</dependency>
Gradle Groovy
implementation 'com.slack.circuit:circuit-runtime-screen:0.22.0'
Gradle Kotlin
implementation("com.slack.circuit:circuit-runtime-screen:0.22.0")
Scala SBT
libraryDependencies += "com.slack.circuit" % "circuit-runtime-screen" % "0.22.0"
Groovy Grape
@Grapes(
  @Grab(group='com.slack.circuit', module='circuit-runtime-screen', version='0.22.0')
)
Apache Ivy
<dependency org="com.slack.circuit" name="circuit-runtime-screen" rev="0.22.0" />
Leiningen
[com.slack.circuit/circuit-runtime-screen "0.22.0"]
Apache Buildr
'com.slack.circuit:circuit-runtime-screen:jar:0.22.0'