is not current version
Last Version 0.8.2

org.codelibs.robot:s2-robot 0.8.1

S2Robot is a crawler framework.

GroupId

GroupId

org.codelibs.robot
ArtifactId

ArtifactId

s2-robot
Version

Version

0.8.1
Type

Type

jar

Download s2-robot 0.8.1


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