MVN

com.github.robozonky : robozonky-marketplaces

Maven & Gradle

Mar 04, 2018
2 usages
68 stars

RoboZonky: Marketplace support for Zonky and Zotify

<dependency>
    <groupId>com.github.robozonky</groupId>
    <artifactId>robozonky-marketplaces</artifactId>
    <version>4.3.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.robozonky : robozonky-marketplaces to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.3.4

All Versions

Choose a version of com.github.robozonky : robozonky-marketplaces to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.3.x
robozonky-marketplaces-4.3.4
robozonky-marketplaces-4.3.3
robozonky-marketplaces-4.3.2
robozonky-marketplaces-4.3.1
robozonky-marketplaces-4.3.0
4.2.x
robozonky-marketplaces-4.2.1
robozonky-marketplaces-4.2.0
4.1.x
robozonky-marketplaces-4.1.2
robozonky-marketplaces-4.1.1
robozonky-marketplaces-4.1.0
4.0.x
robozonky-marketplaces-4.0.2
robozonky-marketplaces-4.0.1
robozonky-marketplaces-4.0.0
robozonky-marketplaces-4.0.0-cr-1

How to add a dependency to Maven

Add the following com.github.robozonky : robozonky-marketplaces maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.robozonky</groupId>
    <artifactId>robozonky-marketplaces</artifactId>
    <version>4.3.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.robozonky : robozonky-marketplaces gradle dependency to your build.gradle file:

implementation 'com.github.robozonky:robozonky-marketplaces:4.3.4'

Gradle Kotlin DSL: Add the following com.github.robozonky : robozonky-marketplaces gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.robozonky:robozonky-marketplaces:4.3.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.robozonky : robozonky-marketplaces sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.robozonky" % "robozonky-marketplaces" % "4.3.4"

Advertisement