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