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