MVN

com.hannesdorfmann.mosby3 : mvp-queuing-presenter

Maven & Gradle

Dec 17, 2018
2 usages
5.4k stars

Mosby mvp-queuing-presenter · Containing a MvpNullObjectBasePresenter

<dependency>
    <groupId>com.hannesdorfmann.mosby3</groupId>
    <artifactId>mvp-queuing-presenter</artifactId>
    <version>3.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.hannesdorfmann.mosby3 : mvp-queuing-presenter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.1

All Versions

Choose a version of com.hannesdorfmann.mosby3 : mvp-queuing-presenter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
mvp-queuing-presenter-3.1.1
mvp-queuing-presenter-3.1.0

How to add a dependency to Maven

Add the following com.hannesdorfmann.mosby3 : mvp-queuing-presenter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.hannesdorfmann.mosby3</groupId>
    <artifactId>mvp-queuing-presenter</artifactId>
    <version>3.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.hannesdorfmann.mosby3 : mvp-queuing-presenter gradle dependency to your build.gradle file:

implementation 'com.hannesdorfmann.mosby3:mvp-queuing-presenter:3.1.1'

Gradle Kotlin DSL: Add the following com.hannesdorfmann.mosby3 : mvp-queuing-presenter gradle kotlin dependency to your build.gradle.kts file:

implementation("com.hannesdorfmann.mosby3:mvp-queuing-presenter:3.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.hannesdorfmann.mosby3 : mvp-queuing-presenter sbt scala dependency to your build.sbt file:

libraryDependencies += "com.hannesdorfmann.mosby3" % "mvp-queuing-presenter" % "3.1.1"

Advertisement