is not current version
Last Version 1.2.0

com.paypal.selion:SeLion 1.0.0

The SeLion framework. A collection of classes for testing with WebDriver.

GroupId

GroupId

com.paypal.selion
ArtifactId

ArtifactId

SeLion
Version

Version

1.0.0
Type

Type

jar

Download SeLion 1.0.0


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