MVN

com.schibsted.pulse : mvvm

Maven & Gradle

Dec 04, 2023
0 stars

Schibsted Pulse Unicorn Android · Schibsted Pulse Unicorn Android 1.1.3

<dependency>
    <groupId>com.schibsted.pulse</groupId>
    <artifactId>mvvm</artifactId>
    <version>1.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.schibsted.pulse : mvvm to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.3

All Versions

Choose a version of com.schibsted.pulse : mvvm to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
mvvm-1.1.3

How to add a dependency to Maven

Add the following com.schibsted.pulse : mvvm maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.schibsted.pulse</groupId>
    <artifactId>mvvm</artifactId>
    <version>1.1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.schibsted.pulse : mvvm gradle dependency to your build.gradle file:

implementation 'com.schibsted.pulse:mvvm:1.1.3'

Gradle Kotlin DSL: Add the following com.schibsted.pulse : mvvm gradle kotlin dependency to your build.gradle.kts file:

implementation("com.schibsted.pulse:mvvm:1.1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.schibsted.pulse : mvvm sbt scala dependency to your build.sbt file:

libraryDependencies += "com.schibsted.pulse" % "mvvm" % "1.1.3"

Advertisement