MVN

eu.easyrpa : easy-rpa-openframework-email

Maven & Gradle

May 29, 2023
9 stars

EasyRPA Open Framework - Email · Email library of EasyRPA Open Framework. Provides functionality for working with email messages within RPA processes.

<dependency>
    <groupId>eu.easyrpa</groupId>
    <artifactId>easy-rpa-openframework-email</artifactId>
    <version>1.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of eu.easyrpa : easy-rpa-openframework-email to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.1

All Versions

Choose a version of eu.easyrpa : easy-rpa-openframework-email to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
easy-rpa-openframework-email-1.1.1
easy-rpa-openframework-email-1.1.0
1.0.x
easy-rpa-openframework-email-1.0.1
easy-rpa-openframework-email-1.0.0

How to add a dependency to Maven

Add the following eu.easyrpa : easy-rpa-openframework-email maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>eu.easyrpa</groupId>
    <artifactId>easy-rpa-openframework-email</artifactId>
    <version>1.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following eu.easyrpa : easy-rpa-openframework-email gradle dependency to your build.gradle file:

implementation 'eu.easyrpa:easy-rpa-openframework-email:1.1.1'

Gradle Kotlin DSL: Add the following eu.easyrpa : easy-rpa-openframework-email gradle kotlin dependency to your build.gradle.kts file:

implementation("eu.easyrpa:easy-rpa-openframework-email:1.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following eu.easyrpa : easy-rpa-openframework-email sbt scala dependency to your build.sbt file:

libraryDependencies += "eu.easyrpa" % "easy-rpa-openframework-email" % "1.1.1"