calc
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.cloak-box.library</groupId> <artifactId>calc</artifactId> <version>1.0.3</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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>io.github.cloak-box.library</groupId> <artifactId>calc</artifactId> <version>1.0.3</version> <packaging>aar</packaging> <name>cloak box</name> <description>A description of what my library does.</description> <url>https://github.com/cloak-box/Vbox</url> <inceptionYear>2020</inceptionYear> <licenses> <license> <name>GNU GENERAL PUBLIC LICENSE , Version 3, 29 June 2007</name> <url>https://www.gnu.org/licenses/gpl-3.0.en.html#license-text</url> <distribution>https://www.gnu.org/licenses/gpl-3.0.en.html#license-text</distribution> </license> </licenses> <developers> <developer> <id>cloak box</id> <name>cloak box</name> <url>https://github.com/cloak-box</url> </developer> </developers> <scm> <connection>scm:git:git://github.com/cloak-box/Vbox.git</connection> <developerConnection>scm:git:ssh://git@github.com/cloak-box/Vbox.git</developerConnection> <url>https://github.com/cloak-box/Vbox</url> </scm> <dependencies> <dependency> <groupId>androidx.databinding</groupId> <artifactId>viewbinding</artifactId> <version>8.4.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>2.0.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>androidx.compose.runtime</groupId> <artifactId>runtime</artifactId> <version>1.6.8</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.core</groupId> <artifactId>core-ktx</artifactId> <version>1.13.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.appcompat</groupId> <artifactId>appcompat</artifactId> <version>1.7.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.preference</groupId> <artifactId>preference-ktx</artifactId> <version>1.2.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.constraintlayout</groupId> <artifactId>constraintlayout</artifactId> <version>2.1.4</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.android.material</groupId> <artifactId>material</artifactId> <version>1.12.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.lifecycle</groupId> <artifactId>lifecycle-viewmodel-ktx</artifactId> <version>2.8.3</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.github.hannesa2</groupId> <artifactId>AndroidSlidingUpPanel</artifactId> <version>4.6.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> <version>2.10.1</version> <scope>runtime</scope> </dependency> </dependencies> </project>