j

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.
http://jspringbot.org
Apache 2
Files download
File Operation
jspringbot-1.9.jar download
jspringbot-1.9.pom download
jspringbot-1.9-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jspringbot</groupId>
  <artifactId>jspringbot</artifactId>
  <version>1.9</version>
</dependency>
Gradle Groovy
implementation 'org.jspringbot:jspringbot:1.9'
Gradle Kotlin
implementation("org.jspringbot:jspringbot:1.9")
Scala SBT
libraryDependencies += "org.jspringbot" % "jspringbot" % "1.9"
Groovy Grape
@Grapes(
  @Grab(group='org.jspringbot', module='jspringbot', version='1.9')
)
Apache Ivy
<dependency org="org.jspringbot" name="jspringbot" rev="1.9" />
Leiningen
[org.jspringbot/jspringbot "1.9"]
Apache Buildr
'org.jspringbot:jspringbot:jar:1.9'