MVN

com.github.triceo.robozonky : robozonky-notifications

Maven & Gradle

Aug 18, 2017
3 usages
0 stars

RoboZonky: Sends e-mail notifications

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

Latest Version

Choose a version of com.github.triceo.robozonky : robozonky-notifications 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-notifications to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
robozonky-notifications-4.0.0-beta-5
robozonky-notifications-4.0.0-beta-4
robozonky-notifications-4.0.0-beta-2
robozonky-notifications-4.0.0-beta-1
robozonky-notifications-4.0.0-alpha-3
robozonky-notifications-4.0.0-alpha-2
robozonky-notifications-4.0.0-alpha-1
3.3.x
robozonky-notifications-3.3.0
3.2.x
robozonky-notifications-3.2.7
robozonky-notifications-3.2.6
robozonky-notifications-3.2.5
robozonky-notifications-3.2.4
robozonky-notifications-3.2.3
robozonky-notifications-3.2.0
3.1.x
robozonky-notifications-3.1.4
robozonky-notifications-3.1.3
robozonky-notifications-3.1.2
robozonky-notifications-3.1.1
robozonky-notifications-3.1.0
3.0.x
robozonky-notifications-3.0.1
robozonky-notifications-3.0.0
robozonky-notifications-3.0.0-cr-2
robozonky-notifications-3.0.0-cr-1
robozonky-notifications-3.0.0-beta-2
robozonky-notifications-3.0.0-beta-1
robozonky-notifications-3.0.0-alpha-1
2.0.x
robozonky-notifications-2.0.5
robozonky-notifications-2.0.4
robozonky-notifications-2.0.3
robozonky-notifications-2.0.2
robozonky-notifications-2.0.1
robozonky-notifications-2.0.0
robozonky-notifications-2.0.0-cr-1
robozonky-notifications-2.0.0-beta-3
robozonky-notifications-2.0.0-beta-2
robozonky-notifications-2.0.0-beta-1

How to add a dependency to Maven

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

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

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

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

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

How to add a dependency to SBT Scala

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

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