| Лицензия |
Лицензия |
|---|---|
| Группа | Группаapp.cash.exhaustive |
| Идентификатор | Идентификаторexhaustive-annotation |
| Версия | Версия0.1.1 |
| Тип | Типpom |
| Описание |
ОписаниеExhastive Annotation
Annotation for enforcing exhaustive when in statement form
|
| Имя Файла | Размер |
|---|---|
| exhaustive-annotation-0.1.1.pom | |
| exhaustive-annotation-0.1.1-sources.jar | 261 bytes |
| exhaustive-annotation-0.1.1-javadoc.jar | 5 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/app.cash.exhaustive/exhaustive-annotation/ -->
<dependency>
<groupId>app.cash.exhaustive</groupId>
<artifactId>exhaustive-annotation</artifactId>
<version>0.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/app.cash.exhaustive/exhaustive-annotation/
implementation 'app.cash.exhaustive:exhaustive-annotation:0.1.1'
// https://jarcasting.com/artifacts/app.cash.exhaustive/exhaustive-annotation/
implementation ("app.cash.exhaustive:exhaustive-annotation:0.1.1")
'app.cash.exhaustive:exhaustive-annotation:pom:0.1.1'
<dependency org="app.cash.exhaustive" name="exhaustive-annotation" rev="0.1.1">
<artifact name="exhaustive-annotation" type="pom" />
</dependency>
@Grapes(
@Grab(group='app.cash.exhaustive', module='exhaustive-annotation', version='0.1.1')
)
libraryDependencies += "app.cash.exhaustive" % "exhaustive-annotation" % "0.1.1"
[app.cash.exhaustive/exhaustive-annotation "0.1.1"]