botcity-framework-core
botcity-framework-core copied to clipboard
BotCity Framework - Open Source RPA
BotCity Framework Core - Open Source RPA
Core module of the BotCity RPA framework. Basically, this module provides features to recognize UI elements and interact with it using mouse and keyboard actions.
BotCity Social Media.
Important Links & Docs.
- Please use Community BotCity for quick answers to questions.
- Access Open Source RPA
- BotCity Documentation
Requirements.
For building and running the application you need:
Dependencies.
There are a number of third-party dependencies used in the project. Browse the Maven pom.xml file for details of libraries and versions used.
Nexus Repository
<repositories>
<repository>
<id>nexus-botcity-public</id>
<url>https://botcity/repository/botcity-public/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>true</enabled>
</releases>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>dev.botcity</groupId>
<artifactId>botcity-framework-core</artifactId>
<version>1.5.0</version>
</dependency>
</dependencies>
Contributors.
Copyright
Released under the Apache License 2.0.
