| License |
License |
|---|---|
| GroupId | GroupIdapp.cash.exhaustive |
| ArtifactId | ArtifactIdexhaustive-annotation |
| Last Version | Last Version0.2.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionExhastive Annotation
Annotation for enforcing exhaustive when in statement form
|
| Filename | Size |
|---|---|
| exhaustive-annotation-0.2.0.pom | |
| exhaustive-annotation-0.2.0-sources.jar | 261 bytes |
| exhaustive-annotation-0.2.0-javadoc.jar | 5 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/app.cash.exhaustive/exhaustive-annotation/ -->
<dependency>
<groupId>app.cash.exhaustive</groupId>
<artifactId>exhaustive-annotation</artifactId>
<version>0.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/app.cash.exhaustive/exhaustive-annotation/
implementation 'app.cash.exhaustive:exhaustive-annotation:0.2.0'
// https://jarcasting.com/artifacts/app.cash.exhaustive/exhaustive-annotation/
implementation ("app.cash.exhaustive:exhaustive-annotation:0.2.0")
'app.cash.exhaustive:exhaustive-annotation:pom:0.2.0'
<dependency org="app.cash.exhaustive" name="exhaustive-annotation" rev="0.2.0">
<artifact name="exhaustive-annotation" type="pom" />
</dependency>
@Grapes(
@Grab(group='app.cash.exhaustive', module='exhaustive-annotation', version='0.2.0')
)
libraryDependencies += "app.cash.exhaustive" % "exhaustive-annotation" % "0.2.0"
[app.cash.exhaustive/exhaustive-annotation "0.2.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib-common | jar | 1.5.20 |