GroupId | GroupIdcom.ggasoftware.uitest |
---|---|
ArtifactId | ArtifactIdgga-selenium-framework |
Version | Version1.0 |
Type | Typepom |
Filename | Size |
---|---|
gga-selenium-framework-1.0.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ggasoftware.uitest/gga-selenium-framework/ -->
<dependency>
<groupId>com.ggasoftware.uitest</groupId>
<artifactId>gga-selenium-framework</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.ggasoftware.uitest/gga-selenium-framework/
implementation 'com.ggasoftware.uitest:gga-selenium-framework:1.0'
// https://jarcasting.com/artifacts/com.ggasoftware.uitest/gga-selenium-framework/
implementation ("com.ggasoftware.uitest:gga-selenium-framework:1.0")
'com.ggasoftware.uitest:gga-selenium-framework:pom:1.0'
<dependency org="com.ggasoftware.uitest" name="gga-selenium-framework" rev="1.0">
<artifact name="gga-selenium-framework" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.ggasoftware.uitest', module='gga-selenium-framework', version='1.0')
)
libraryDependencies += "com.ggasoftware.uitest" % "gga-selenium-framework" % "1.0"
[com.ggasoftware.uitest/gga-selenium-framework "1.0"]