Last Version

jspringbot 1.9

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.

License

License

Categories

Categories

Jakarta Server Pages Jakarta EE The Web Tier
GroupId

GroupId

org.jspringbot
ArtifactId

ArtifactId

jspringbot
Version

Version

1.9
Type

Type

jar
Description

Description

jspringbot
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.
Project URL

Project URL

http://jspringbot.org
Source Code Management

Source Code Management

https://github.com/jspringbot/jspringbot

Download jspringbot 1.9


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

Dependencies

compile (9)

Group / Artifact Type Version
org.springframework : spring-core jar 4.3.2.RELEASE
org.springframework : spring-context jar 4.3.2.RELEASE
commons-lang : commons-lang jar 2.6
commons-io : commons-io jar 2.4
commons-collections : commons-collections jar 3.2.1
log4j : log4j jar 1.2.16
org.slf4j : slf4j-api jar 1.6.1
org.slf4j : slf4j-log4j12 jar 1.6.1
org.robotframework : robotframework jar 3.0

Project Modules

There are no modules declared in this project.