tri-state-checkbox
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>it.sephiroth.android.library</groupId> <artifactId>tri-state-checkbox</artifactId> <version>1.0.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>it.sephiroth.android.library</groupId> <artifactId>tri-state-checkbox</artifactId> <version>1.0.0</version> <packaging>aar</packaging> <name>Android Tri State Checkbox</name> <description>Tri State Checkbox</description> <url>https://github.com/sephiroth74/Tri-State-Checkbox</url> <licenses> <license> <name>The MIT License (MIT)</name> <url>https://github.com/sephiroth74/Tri-State-Checkbox/blob/master/LICENSE</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>sephiroth74</id> <name>Alessandro Crugnola</name> <email>alessandro.crugnola@gmail.com</email> <url>http://blog.sephiroth.it</url> <roles> <role>author</role> </roles> </developer> </developers> <scm> <connection>scm:git@github.com:sephiroth74/Tri-State-Checkbox.git</connection> <developerConnection>scm:git@github.com:sephiroth74/Tri-State-Checkbox.git</developerConnection> <url>https://github.com/sephiroth74/Tri-State-Checkbox</url> </scm> <dependencies> <dependency> <groupId>com.google.android.material</groupId> <artifactId>material</artifactId> <version>1.0.0-rc01</version> <scope>compile</scope> </dependency> <dependency> <groupId>androidx.appcompat</groupId> <artifactId>appcompat</artifactId> <version>1.0.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>androidx.annotation</groupId> <artifactId>annotation</artifactId> <version>1.0.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-jdk8</artifactId> <version>1.3.11</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.jakewharton.timber</groupId> <artifactId>timber</artifactId> <version>4.7.1</version> <scope>compile</scope> </dependency> </dependencies> </project>