GroupId | GroupIdcom.github.white-sdev |
---|---|
ArtifactId | ArtifactIdWhite_SeleniumFramework |
Version | Version0.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.white-sdev/White_SeleniumFramework/ -->
<dependency>
<groupId>com.github.white-sdev</groupId>
<artifactId>White_SeleniumFramework</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.white-sdev/White_SeleniumFramework/
implementation 'com.github.white-sdev:White_SeleniumFramework:0.1.0'
// https://jarcasting.com/artifacts/com.github.white-sdev/White_SeleniumFramework/
implementation ("com.github.white-sdev:White_SeleniumFramework:0.1.0")
'com.github.white-sdev:White_SeleniumFramework:jar:0.1.0'
<dependency org="com.github.white-sdev" name="White_SeleniumFramework" rev="0.1.0">
<artifact name="White_SeleniumFramework" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.white-sdev', module='White_SeleniumFramework', version='0.1.0')
)
libraryDependencies += "com.github.white-sdev" % "White_SeleniumFramework" % "0.1.0"
[com.github.white-sdev/White_SeleniumFramework "0.1.0"]