MVN

tech.skot.libraries.sk-tabbar : viewmodel-jvm

Maven & Gradle

Feb 07, 2023
1 usages
2 stars

viewmodel · viewmodel module for SK-Tabbar skot library

<dependency>
    <groupId>tech.skot.libraries.sk-tabbar</groupId>
    <artifactId>viewmodel-jvm</artifactId>
    <version>0.1.8_1.2.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tech.skot.libraries.sk-tabbar : viewmodel-jvm to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.8_1.2.4

All Versions

Choose a version of tech.skot.libraries.sk-tabbar : viewmodel-jvm to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
viewmodel-jvm-0.1.8_1.2.4
viewmodel-jvm-0.1.7_1.1.72
viewmodel-jvm-0.1.6_1.1.68
viewmodel-jvm-0.1.5_1.1.55
viewmodel-jvm-0.1.4_1.1.55
viewmodel-jvm-0.1.3_1.1.51
viewmodel-jvm-0.1.2_1.1.48
viewmodel-jvm-0.1.2_1.1.40
viewmodel-jvm-0.1.2_1.1.27
viewmodel-jvm-0.1.2_1.1.22
viewmodel-jvm-0.1.1_1.1.8
viewmodel-jvm-0.1.0_1.1.8
0.0.x
viewmodel-jvm-0.0.2_1.1.0

How to add a dependency to Maven

Add the following tech.skot.libraries.sk-tabbar : viewmodel-jvm maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>tech.skot.libraries.sk-tabbar</groupId>
    <artifactId>viewmodel-jvm</artifactId>
    <version>0.1.8_1.2.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following tech.skot.libraries.sk-tabbar : viewmodel-jvm gradle dependency to your build.gradle file:

implementation 'tech.skot.libraries.sk-tabbar:viewmodel-jvm:0.1.8_1.2.4'

Gradle Kotlin DSL: Add the following tech.skot.libraries.sk-tabbar : viewmodel-jvm gradle kotlin dependency to your build.gradle.kts file:

implementation("tech.skot.libraries.sk-tabbar:viewmodel-jvm:0.1.8_1.2.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following tech.skot.libraries.sk-tabbar : viewmodel-jvm sbt scala dependency to your build.sbt file:

libraryDependencies += "tech.skot.libraries.sk-tabbar" % "viewmodel-jvm" % "0.1.8_1.2.4"

Advertisement