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