core
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.cloak-box.sdk</groupId> <artifactId>core</artifactId> <version>1.0.20</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.sdk</groupId> <artifactId>core</artifactId> <version>1.0.20</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>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>2.0.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>androidx.annotation</groupId> <artifactId>annotation</artifactId> <version>1.8.1</version> <scope>runtime</scope> </dependency> </dependencies> </project>