MVN

io.github.montanizstills : Nezonium

Maven & Gradle

Mar 26, 2023
0 stars

Nezonium - A Selenium Wrapper Framework · A Scalable, Gherkin-like, Selenium-Wrapper framework. Designed to alleviate common web testing nuances, such as: WebDriver Management - downloading drivers, etc. And, leverage Page-Object Modelling design patterns.

<dependency>
    <groupId>io.github.montanizstills</groupId>
    <artifactId>Nezonium</artifactId>
    <version>0.0.16x</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.montanizstills : Nezonium to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.16x

All Versions

Choose a version of io.github.montanizstills : Nezonium to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
Nezonium-0.0.16x
Nezonium-0.0.15x
Nezonium-0.0.02x
Nezonium-0.0.01x
Nezonium-0.0.11x
Nezonium-0.0.10x
Nezonium-0.0.9x
Nezonium-0.0.7x
Nezonium-0.0.6x
Nezonium-0.0.5x

How to add a dependency to Maven

Add the following io.github.montanizstills : Nezonium maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.montanizstills</groupId>
    <artifactId>Nezonium</artifactId>
    <version>0.0.16x</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.montanizstills : Nezonium gradle dependency to your build.gradle file:

implementation 'io.github.montanizstills:Nezonium:0.0.16x'

Gradle Kotlin DSL: Add the following io.github.montanizstills : Nezonium gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.montanizstills:Nezonium:0.0.16x")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.montanizstills : Nezonium sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.montanizstills" % "Nezonium" % "0.0.16x"