Categories |
CategoriesGithub Development Tools Version Controls |
---|---|
GroupId | GroupIdcom.github.AniketDevloper1 |
ArtifactId | ArtifactIdcom.github.SimpleSelenium |
Version | Version1.0.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.AniketDevloper1/com.github.SimpleSelenium/ -->
<dependency>
<groupId>com.github.AniketDevloper1</groupId>
<artifactId>com.github.SimpleSelenium</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.AniketDevloper1/com.github.SimpleSelenium/
implementation 'com.github.AniketDevloper1:com.github.SimpleSelenium:1.0.3'
// https://jarcasting.com/artifacts/com.github.AniketDevloper1/com.github.SimpleSelenium/
implementation ("com.github.AniketDevloper1:com.github.SimpleSelenium:1.0.3")
'com.github.AniketDevloper1:com.github.SimpleSelenium:jar:1.0.3'
<dependency org="com.github.AniketDevloper1" name="com.github.SimpleSelenium" rev="1.0.3">
<artifact name="com.github.SimpleSelenium" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.AniketDevloper1', module='com.github.SimpleSelenium', version='1.0.3')
)
libraryDependencies += "com.github.AniketDevloper1" % "com.github.SimpleSelenium" % "1.0.3"
[com.github.AniketDevloper1/com.github.SimpleSelenium "1.0.3"]