MVN

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

Maven & Gradle

Dec 30, 2016
2 usages
0 stars

RoboZonky: Business rule-based investment strategy

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

Latest Version

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

  • Latest Stable: 1.6.0
  • Latest Beta: 2.0.0-beta-1
  • Latest Alpha: 2.0.0-alpha-2

All Versions

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

Version Vulnerabilities Updated
2.0.x
robozonky-strategy-rules-2.0.0-beta-1
robozonky-strategy-rules-2.0.0-alpha-2
robozonky-strategy-rules-2.0.0-alpha-1
1.6.x
robozonky-strategy-rules-1.6.0
robozonky-strategy-rules-1.6.0-beta-2
robozonky-strategy-rules-1.6.0-beta-1
1.5.x
robozonky-strategy-rules-1.5.1
robozonky-strategy-rules-1.5.0
robozonky-strategy-rules-1.5.0-beta-1
1.4.x
robozonky-strategy-rules-1.4.2
robozonky-strategy-rules-1.4.1
robozonky-strategy-rules-1.4.0
robozonky-strategy-rules-1.4.0-beta-2
robozonky-strategy-rules-1.4.0-beta-1
1.3.x
robozonky-strategy-rules-1.3.5
robozonky-strategy-rules-1.3.4
robozonky-strategy-rules-1.3.3
robozonky-strategy-rules-1.3.2
robozonky-strategy-rules-1.3.1
robozonky-strategy-rules-1.3.0
robozonky-strategy-rules-1.3.0-CR1
robozonky-strategy-rules-1.3.0.Beta1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.triceo.robozonky</groupId>
    <artifactId>robozonky-strategy-rules</artifactId>
    <version>1.6.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.triceo.robozonky:robozonky-strategy-rules:1.6.0'

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

implementation("com.github.triceo.robozonky:robozonky-strategy-rules:1.6.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.triceo.robozonky" % "robozonky-strategy-rules" % "1.6.0"

Advertisement