How to use Appian RPA Module

Hi, I'm trying to import com.novayre.jidoka.outlook.api to use Outlook Module. In Appian documentation there is a page dedicated (https://docs.appian.com/suite/help/20.1/rpa/modules/ms-outlook-module.html but I don't understand how to import this library on my robot java class. If I type import com.novayre.jidoka.outlook.api, java not recognize it. How can I use this and other classes of javadoc?

Second question: I need to include this dependency in pom.xml 

<dependency>
    <groupId>com.novayre.jidoka.module</groupId>
    <artifactId>jidoka-msoutlook-api</artifactId>
    <version>${jidoka.version}</version>
</dependency>

Where I can find ${jidoka.version}? The Appian docs site says that I can find the version number in the pom.xml in this node:

<properties>
    <jidoka.version>X.Y.Z</jidoka.version>
</properties>


but in the pom.xml that is generated by Appian console there aren't the node <properties>.

Thanks, I hope the questions to these answers will also help other early developers like me.

  Discussion posts and replies are publicly visible