MVN

com.github.grossopa : hamster-selenium-component-html

Maven & Gradle

Mar 24, 2023
2 usages
0 stars
<dependency>
    <groupId>com.github.grossopa</groupId>
    <artifactId>hamster-selenium-component-html</artifactId>
    <version>1.11.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.grossopa : hamster-selenium-component-html to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.11.0

All Versions

Choose a version of com.github.grossopa : hamster-selenium-component-html to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.11.x
hamster-selenium-component-html-1.11.0
1.10.x
hamster-selenium-component-html-1.10.0
1.9
hamster-selenium-component-html-1.9
1.8.x
hamster-selenium-component-html-1.8.2
1.8
hamster-selenium-component-html-1.8
1.7
hamster-selenium-component-html-1.7
1.6
hamster-selenium-component-html-1.6
1.5
hamster-selenium-component-html-1.5
1.4
hamster-selenium-component-html-1.4
1.3
hamster-selenium-component-html-1.3
1.2
hamster-selenium-component-html-1.2
1.1
hamster-selenium-component-html-1.1
1.0
hamster-selenium-component-html-1.0

How to add a dependency to Maven

Add the following com.github.grossopa : hamster-selenium-component-html maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.grossopa</groupId>
    <artifactId>hamster-selenium-component-html</artifactId>
    <version>1.11.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.grossopa : hamster-selenium-component-html gradle dependency to your build.gradle file:

implementation 'com.github.grossopa:hamster-selenium-component-html:1.11.0'

Gradle Kotlin DSL: Add the following com.github.grossopa : hamster-selenium-component-html gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.grossopa:hamster-selenium-component-html:1.11.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.grossopa : hamster-selenium-component-html sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.grossopa" % "hamster-selenium-component-html" % "1.11.0"