e

exhaustive-compiler

Annotation for enforcing exhaustive when in statement form
https://github.com/cashapp/exhasutive/
The Apache Software License, Version 2.0
CashApp
Files download
File Operation
exhaustive-compiler-0.2.0.jar download
exhaustive-compiler-0.2.0.pom download
exhaustive-compiler-0.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>app.cash.exhaustive</groupId>
  <artifactId>exhaustive-compiler</artifactId>
  <version>0.2.0</version>
</dependency>
Gradle Groovy
implementation 'app.cash.exhaustive:exhaustive-compiler:0.2.0'
Gradle Kotlin
implementation("app.cash.exhaustive:exhaustive-compiler:0.2.0")
Scala SBT
libraryDependencies += "app.cash.exhaustive" % "exhaustive-compiler" % "0.2.0"
Groovy Grape
@Grapes(
  @Grab(group='app.cash.exhaustive', module='exhaustive-compiler', version='0.2.0')
)
Apache Ivy
<dependency org="app.cash.exhaustive" name="exhaustive-compiler" rev="0.2.0" />
Leiningen
[app.cash.exhaustive/exhaustive-compiler "0.2.0"]
Apache Buildr
'app.cash.exhaustive:exhaustive-compiler:jar:0.2.0'