io.github.jaqat.remoterobot:client

Remote Robot Client

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

io.github.jaqat.remoterobot
ArtifactId

ArtifactId

client
Last Version

Last Version

0.3.3
Release Date

Release Date

Type

Type

jar
Description

Description

Remote Robot Client

Download client

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.jaqat.remoterobot/client/ -->
<dependency>
    <groupId>io.github.jaqat.remoterobot</groupId>
    <artifactId>client</artifactId>
    <version>0.3.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.jaqat.remoterobot/client/
implementation 'io.github.jaqat.remoterobot:client:0.3.3'
// https://jarcasting.com/artifacts/io.github.jaqat.remoterobot/client/
implementation ("io.github.jaqat.remoterobot:client:0.3.3")
'io.github.jaqat.remoterobot:client:jar:0.3.3'
<dependency org="io.github.jaqat.remoterobot" name="client" rev="0.3.3">
  <artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.jaqat.remoterobot', module='client', version='0.3.3')
)
libraryDependencies += "io.github.jaqat.remoterobot" % "client" % "0.3.3"
[io.github.jaqat.remoterobot/client "0.3.3"]

Dependencies

compile (12)

Group / Artifact Type Version
io.github.jaqat.remoterobot : commons jar 0.3.1
com.jayway.jsonpath : json-path jar 2.4.0
org.seleniumhq.selenium : selenium-remote-driver jar 3.141.59
io.qameta.allure : allure-junit-platform jar 2.8.1
io.qameta.allure : allure-junit5 jar 2.8.1
org.junit.jupiter : junit-jupiter-engine jar
org.junit.jupiter : junit-jupiter-api jar
org.junit.jupiter : junit-jupiter-params jar
org.junit.platform : junit-platform-commons jar
org.apache.mina : mina-core jar 2.0.19
commons-io : commons-io jar 2.6
org.slf4j : slf4j-simple jar 1.7.25

test (2)

Group / Artifact Type Version
org.junit.platform : junit-platform-launcher jar
com.codeborne : selenide jar 5.1.0

Project Modules

There are no modules declared in this project.

RemoteRobot

You can find documentation here: https://github.com/jaqat/remoterobot/wiki.

Build

Full project build:

make full_build

Versioning rules

If changes are occurred in commons/server modules you must:

  • increment minor version
  • rebuild server executable JAR
  • create release in Github with attached server's JAR
  • build and push docker images with tag = maj.min
  • deploy new client to Maven Cantral

Versions

Version
0.3.3
0.3.2
0.3.1
0.3