Home
Softono
botcity-framework-core

botcity-framework-core

Open source Apache-2.0 Java
60
Stars
17
Forks
0
Issues
10
Watchers
1 year
Last Commit
RPA

About botcity-framework-core

>## 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. [![License](http://img.shields.io/:license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.html) [![MIT Licence](https://badges.frapsoft.com/os/mit/mit.png?v=103)](https://opensource.org/licenses/mit-license.php) [![Latest Version](https://img.shields.io/github/v/tag/botcity-dev/botcity-framework-core?sort=semver&label=version)](https://github.com/botcity-dev/botcity-framework-core.git/) [![issues](https://img.shields.io/github/issues/botcity-dev/botcity-framework-core)](https://github.com/botcity-dev/botcity-framework-core/issues) [![forks](https://img.shields.io/github/forks/botcity-dev/botcity-framework-core?style=social)]() [![stars](https://img.shields.io/github/stars/botcity-dev/botcity-framework-core?style=social)]() [![followers](https://img.shields.io/github/followers/botcity-dev?s ...

Platforms

Web Self-hosted

Languages

Java

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.

License MIT Licence Latest Version issues

[forks]() [stars]() [followers]() [watchers]()

BotCity Social Media.

image image image image image image

Important Links & Docs.

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.