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