is not current version
Last Version 1.9

org.jspringbot:jspringbot 1.7

jSpringBot is a framework built on top of Robot Framework to support Java and Spring. This also allows you to run end to end testing with ease using Maven.

Categories

Categories

Jakarta Server Pages Jakarta EE The Web Tier
GroupId

GroupId

org.jspringbot
ArtifactId

ArtifactId

jspringbot
Version

Version

1.7
Type

Type

jar

Download jspringbot 1.7


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