MVN

com.github.triceo.robozonky : robozonky-strategy-simple

Maven & Gradle

Jul 31, 2017
2 usages
0 stars

RoboZonky: Simple plain-text investment strategy

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

Latest Version

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

  • Latest Stable: 3.3.0
  • Latest Beta: 3.0.0-beta-2
  • Latest Alpha: 4.0.0-alpha-2

All Versions

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

Version Vulnerabilities Updated
4.0.x
robozonky-strategy-simple-4.0.0-alpha-2
robozonky-strategy-simple-4.0.0-alpha-1
3.3.x
robozonky-strategy-simple-3.3.0
3.2.x
robozonky-strategy-simple-3.2.7
robozonky-strategy-simple-3.2.6
robozonky-strategy-simple-3.2.5
robozonky-strategy-simple-3.2.4
robozonky-strategy-simple-3.2.3
robozonky-strategy-simple-3.2.0
3.1.x
robozonky-strategy-simple-3.1.4
robozonky-strategy-simple-3.1.3
robozonky-strategy-simple-3.1.2
robozonky-strategy-simple-3.1.1
robozonky-strategy-simple-3.1.0
3.0.x
robozonky-strategy-simple-3.0.1
robozonky-strategy-simple-3.0.0
robozonky-strategy-simple-3.0.0-cr-2
robozonky-strategy-simple-3.0.0-cr-1
robozonky-strategy-simple-3.0.0-beta-2
robozonky-strategy-simple-3.0.0-beta-1
robozonky-strategy-simple-3.0.0-alpha-1
2.0.x
robozonky-strategy-simple-2.0.5
robozonky-strategy-simple-2.0.4
robozonky-strategy-simple-2.0.3
robozonky-strategy-simple-2.0.2
robozonky-strategy-simple-2.0.1
robozonky-strategy-simple-2.0.0
robozonky-strategy-simple-2.0.0-cr-1
robozonky-strategy-simple-2.0.0-beta-3
robozonky-strategy-simple-2.0.0-beta-2
robozonky-strategy-simple-2.0.0-beta-1
robozonky-strategy-simple-2.0.0-alpha-2
robozonky-strategy-simple-2.0.0-alpha-1
1.6.x
robozonky-strategy-simple-1.6.0
robozonky-strategy-simple-1.6.0-beta-2
robozonky-strategy-simple-1.6.0-beta-1
1.5.x
robozonky-strategy-simple-1.5.1
robozonky-strategy-simple-1.5.0
robozonky-strategy-simple-1.5.0-beta-1
1.4.x
robozonky-strategy-simple-1.4.2
robozonky-strategy-simple-1.4.1
robozonky-strategy-simple-1.4.0
robozonky-strategy-simple-1.4.0-beta-2
robozonky-strategy-simple-1.4.0-beta-1
1.3.x
robozonky-strategy-simple-1.3.5
robozonky-strategy-simple-1.3.4
robozonky-strategy-simple-1.3.3
robozonky-strategy-simple-1.3.2
robozonky-strategy-simple-1.3.1
robozonky-strategy-simple-1.3.0
robozonky-strategy-simple-1.3.0-CR1
robozonky-strategy-simple-1.3.0.Beta1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.triceo.robozonky</groupId>
    <artifactId>robozonky-strategy-simple</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-strategy-simple gradle dependency to your build.gradle file:

implementation 'com.github.triceo.robozonky:robozonky-strategy-simple:3.3.0'

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

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

How to add a dependency to SBT Scala

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

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

Advertisement