app.cash.exhaustive.gradle.plugin
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>app.cash.exhaustive</groupId> <artifactId>app.cash.exhaustive.gradle.plugin</artifactId> <version>0.2.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>app.cash.exhaustive</groupId> <artifactId>app.cash.exhaustive.gradle.plugin</artifactId> <version>0.2.0</version> <packaging>pom</packaging> <name>Exhaustive Gradle plugin</name> <description>Annotation for enforcing exhaustive when in statement form</description> <url>https://github.com/cashapp/exhasutive/</url> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>cashapp</id> <name>CashApp</name> <url>https://github.com/cashapp/</url> </developer> </developers> <scm> <connection>scm:git:git://github.com/cashapp/exhasutive.git</connection> <developerConnection>scm:git:ssh://git@github.com/cashapp/exhasutive.git</developerConnection> <url>https://github.com/cashapp/exhasutive/</url> </scm> <dependencies> <dependency> <groupId>app.cash.exhaustive</groupId> <artifactId>exhaustive-gradle</artifactId> <version>0.2.0</version> </dependency> </dependencies> </project>