MVN

com.msabhi : flywheel-tvosarm64

Maven & Gradle

Nov 27, 2022
40 stars

Flywheel · Kotlin-Multiplatform state management library

<dependency>
    <groupId>com.msabhi</groupId>
    <artifactId>flywheel-tvosarm64</artifactId>
    <version>1.1.5-RC</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.msabhi : flywheel-tvosarm64 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.5-RC
  • Latest Release Candidate: 1.1.5-RC

All Versions

Choose a version of com.msabhi : flywheel-tvosarm64 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
flywheel-tvosarm64-1.1.5-RC
flywheel-tvosarm64-1.1.4-RC
flywheel-tvosarm64-1.1.3-RC
flywheel-tvosarm64-1.1.2-RC
flywheel-tvosarm64-1.1.1-RC
flywheel-tvosarm64-1.1.0-RC
1.0.x
flywheel-tvosarm64-1.0.3-RC
flywheel-tvosarm64-1.0.2-RC
flywheel-tvosarm64-1.0.1-RC
flywheel-tvosarm64-1.0.0-RC

How to add a dependency to Maven

Add the following com.msabhi : flywheel-tvosarm64 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.msabhi</groupId>
    <artifactId>flywheel-tvosarm64</artifactId>
    <version>1.1.5-RC</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.msabhi : flywheel-tvosarm64 gradle dependency to your build.gradle file:

implementation 'com.msabhi:flywheel-tvosarm64:1.1.5-RC'

Gradle Kotlin DSL: Add the following com.msabhi : flywheel-tvosarm64 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.msabhi:flywheel-tvosarm64:1.1.5-RC")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.msabhi : flywheel-tvosarm64 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.msabhi" % "flywheel-tvosarm64" % "1.1.5-RC"

Advertisement