core
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>si.inova.tws</groupId> <artifactId>core</artifactId> <version>0.13.0</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"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>si.inova.tws</groupId> <artifactId>core</artifactId> <version>0.13.0</version> <packaging>aar</packaging> <name>tws-core</name> <description>A collection of core utilities</description> <url>https://github.com/inovait/tws-android-sdk/tree/main/core</url> <inceptionYear>2024</inceptionYear> <licenses> <license> <name>MIT</name> <url>https://opensource.org/licenses/MIT</url> </license> </licenses> <developers> <developer> <name>Inova IT</name> <url>https://inova.si/</url> </developer> </developers> <scm> <connection>scm:git:https://github.com/inovait/tws-android-sdk</connection> <developerConnection>scm:git:https://github.com/inovait/tws-android-sdk</developerConnection> <url>https://github.com/inovait/tws-android-sdk</url> </scm> <issueManagement> <system>GitHub</system> <url>https://github.com/inovait/tws-android-sdk/issues</url> </issueManagement> <dependencies> <dependency> <groupId>si.inova.tws</groupId> <artifactId>data</artifactId> <version>0.13.0</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>org.jetbrains.kotlin</groupId> <artifactId>kotlin-parcelize-runtime</artifactId> <version>2.0.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.activity</groupId> <artifactId>activity-compose</artifactId> <version>1.9.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-collections-immutable</artifactId> <version>0.3.7</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.compose.ui</groupId> <artifactId>ui-tooling-preview</artifactId> <version>1.6.8</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.compose.foundation</groupId> <artifactId>foundation</artifactId> <version>1.7.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.compose.material3</groupId> <artifactId>material3</artifactId> <version>1.3.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.accompanist</groupId> <artifactId>accompanist-permissions</artifactId> <version>0.35.1-alpha</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.browser</groupId> <artifactId>browser</artifactId> <version>1.8.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.lifecycle</groupId> <artifactId>lifecycle-runtime-compose-android</artifactId> <version>2.8.5</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.coil-kt</groupId> <artifactId>coil-compose</artifactId> <version>2.7.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>si.inova.kotlinova</groupId> <artifactId>retrofit</artifactId> <version>3.1.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>si.inova.kotlinova</groupId> <artifactId>core</artifactId> <version>3.1.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>jakarta.inject</groupId> <artifactId>jakarta.inject-api</artifactId> <version>2.0.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.swiperefreshlayout</groupId> <artifactId>swiperefreshlayout</artifactId> <version>1.1.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.samskivert</groupId> <artifactId>jmustache</artifactId> <version>1.15</version> <scope>runtime</scope> </dependency> </dependencies> </project>