viewmodel-android
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>tech.skot.libraries.sk-tabbar</groupId> <artifactId>viewmodel-android</artifactId> <version>0.1.2_1.1.40</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" 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>tech.skot.libraries.sk-tabbar</groupId> <artifactId>viewmodel-android</artifactId> <version>0.1.2_1.1.40</version> <packaging>aar</packaging> <name>viewmodel</name> <description>viewmodel module for SK-Tabbar skot library</description> <url>https://github.com/skot-framework/sk-tabbar</url> <licenses> <license> <name>Apache 2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0</url> </license> </licenses> <developers> <developer> <id>MathieuScotet</id> <name>Mathieu Scotet</name> <email>mscotet.lmit@gmail.com</email> </developer> </developers> <scm> <connection>scm:git:github.com/skot-framework/sk-tabbar.git</connection> <developerConnection>scm:git:ssh://github.com/skot-framework/sk-tabbar.git</developerConnection> <url>https://github.com/skot-framework/sk-tabbar/tree/master</url> </scm> <dependencies> <dependency> <groupId>tech.skot.libraries.sk-tabbar</groupId> <artifactId>viewcontract-jvm</artifactId> <version>0.1.2_1.1.40</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-jdk8</artifactId> <version>1.6.21</version> <scope>compile</scope> </dependency> <dependency> <groupId>tech.skot</groupId> <artifactId>viewmodel-android</artifactId> <version>1.1.40</version> <scope>runtime</scope> <exclusions> <exclusion> <artifactId>kotlin-stdlib-common</artifactId> <groupId>org.jetbrains.kotlin</groupId> </exclusion> <exclusion> <artifactId>kotlin-test-common</artifactId> <groupId>org.jetbrains.kotlin</groupId> </exclusion> <exclusion> <artifactId>kotlin-test-annotations-common</artifactId> <groupId>org.jetbrains.kotlin</groupId> </exclusion> </exclusions> </dependency> </dependencies> </project>