is not current version
Last Version 1.25.1.0

com.github.siwenyan:side 1.4

Java runner of Selenium IDE project

Categories

Categories

IDE Development Tools
GroupId

GroupId

com.github.siwenyan
ArtifactId

ArtifactId

side
Version

Version

1.4
Type

Type

jar

Download side 1.4


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