is not current version
Last Version 0.4.8

com.gfk.senbot:SenBotRunner 0.4.3

The SenBot runner which will actually run all your acceptance tests and report the outcome

GroupId

GroupId

com.gfk.senbot
ArtifactId

ArtifactId

SenBotRunner
Version

Version

0.4.3
Type

Type

jar

Download SenBotRunner 0.4.3


<!-- https://jarcasting.com/artifacts/com.gfk.senbot/SenBotRunner/ -->
<dependency>
    <groupId>com.gfk.senbot</groupId>
    <artifactId>SenBotRunner</artifactId>
    <version>0.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.gfk.senbot/SenBotRunner/
implementation 'com.gfk.senbot:SenBotRunner:0.4.3'
// https://jarcasting.com/artifacts/com.gfk.senbot/SenBotRunner/
implementation ("com.gfk.senbot:SenBotRunner:0.4.3")
'com.gfk.senbot:SenBotRunner:jar:0.4.3'
<dependency org="com.gfk.senbot" name="SenBotRunner" rev="0.4.3">
  <artifact name="SenBotRunner" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gfk.senbot', module='SenBotRunner', version='0.4.3')
)
libraryDependencies += "com.gfk.senbot" % "SenBotRunner" % "0.4.3"
[com.gfk.senbot/SenBotRunner "0.4.3"]