Categories |
CategoriesGithub Development Tools Version Controls |
---|---|
GroupId | GroupIdcom.github.AniketDevloper1 |
ArtifactId | ArtifactIdcom.github.SimpleSelenium |
Version | Version1.0.2 |
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.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.AniketDevloper1/com.github.SimpleSelenium/
implementation 'com.github.AniketDevloper1:com.github.SimpleSelenium:1.0.2'
// https://jarcasting.com/artifacts/com.github.AniketDevloper1/com.github.SimpleSelenium/
implementation ("com.github.AniketDevloper1:com.github.SimpleSelenium:1.0.2")
'com.github.AniketDevloper1:com.github.SimpleSelenium:jar:1.0.2'
<dependency org="com.github.AniketDevloper1" name="com.github.SimpleSelenium" rev="1.0.2">
<artifact name="com.github.SimpleSelenium" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.AniketDevloper1', module='com.github.SimpleSelenium', version='1.0.2')
)
libraryDependencies += "com.github.AniketDevloper1" % "com.github.SimpleSelenium" % "1.0.2"
[com.github.AniketDevloper1/com.github.SimpleSelenium "1.0.2"]