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