MVN

com.github.triceo.robozonky : robozonky-common

Maven & Gradle

Aug 18, 2017
8 usages
0 stars

RoboZonky: Code shared between various modules

<dependency>
    <groupId>com.github.triceo.robozonky</groupId>
    <artifactId>robozonky-common</artifactId>
    <version>3.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.3.0
  • Latest Beta: 4.0.0-beta-5
  • Latest Alpha: 4.0.0-alpha-3

All Versions

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

Version Vulnerabilities Updated
4.0.x
robozonky-common-4.0.0-beta-5
robozonky-common-4.0.0-beta-4
robozonky-common-4.0.0-beta-2
robozonky-common-4.0.0-beta-1
robozonky-common-4.0.0-alpha-3
robozonky-common-4.0.0-alpha-2
robozonky-common-4.0.0-alpha-1
3.3.x
robozonky-common-3.3.0
3.2.x
robozonky-common-3.2.7
robozonky-common-3.2.6
robozonky-common-3.2.5
robozonky-common-3.2.4
robozonky-common-3.2.3
robozonky-common-3.2.0
3.1.x
robozonky-common-3.1.4
robozonky-common-3.1.3
robozonky-common-3.1.2
robozonky-common-3.1.1
robozonky-common-3.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.triceo.robozonky</groupId>
    <artifactId>robozonky-common</artifactId>
    <version>3.3.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.triceo.robozonky:robozonky-common:3.3.0'

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

implementation("com.github.triceo.robozonky:robozonky-common:3.3.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.triceo.robozonky" % "robozonky-common" % "3.3.0"

Advertisement