Files download
File Operation
s2-robot-parent-0.8.2.pom download
Apache Maven
<dependency>
  <groupId>org.codelibs.robot</groupId>
  <artifactId>s2-robot-parent</artifactId>
  <version>0.8.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.codelibs.robot:s2-robot-parent:0.8.2'
Gradle Kotlin
implementation("org.codelibs.robot:s2-robot-parent:0.8.2")
Scala SBT
libraryDependencies += "org.codelibs.robot" % "s2-robot-parent" % "0.8.2"
Groovy Grape
@Grapes(
  @Grab(group='org.codelibs.robot', module='s2-robot-parent', version='0.8.2')
)
Apache Ivy
<dependency org="org.codelibs.robot" name="s2-robot-parent" rev="0.8.2" />
Leiningen
[org.codelibs.robot/s2-robot-parent "0.8.2"]
Apache Buildr
'org.codelibs.robot:s2-robot-parent:jar:0.8.2'