GroupId | GroupIdcom.github.grossopa |
---|---|
ArtifactId | ArtifactIdhamster-selenium-examples |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
hamster-selenium-examples-1.0.pom | |
hamster-selenium-examples-1.0.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.grossopa/hamster-selenium-examples/ -->
<dependency>
<groupId>com.github.grossopa</groupId>
<artifactId>hamster-selenium-examples</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.grossopa/hamster-selenium-examples/
implementation 'com.github.grossopa:hamster-selenium-examples:1.0'
// https://jarcasting.com/artifacts/com.github.grossopa/hamster-selenium-examples/
implementation ("com.github.grossopa:hamster-selenium-examples:1.0")
'com.github.grossopa:hamster-selenium-examples:jar:1.0'
<dependency org="com.github.grossopa" name="hamster-selenium-examples" rev="1.0">
<artifact name="hamster-selenium-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.grossopa', module='hamster-selenium-examples', version='1.0')
)
libraryDependencies += "com.github.grossopa" % "hamster-selenium-examples" % "1.0"
[com.github.grossopa/hamster-selenium-examples "1.0"]