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