MVN

ru.sbtqa.tag.pagefactory : html-plugin

Maven & Gradle

Jun 15, 2023
51 stars

html-plugin

<dependency>
    <groupId>ru.sbtqa.tag.pagefactory</groupId>
    <artifactId>html-plugin</artifactId>
    <version>20.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ru.sbtqa.tag.pagefactory : html-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 20.0.2

All Versions

Choose a version of ru.sbtqa.tag.pagefactory : html-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
20.0.x
html-plugin-20.0.2
19.0.x
html-plugin-19.0.2
html-plugin-19.0.0
18.1.x
html-plugin-18.1.0
18.0.x
html-plugin-18.0.7
html-plugin-18.0.6
html-plugin-18.0.5
html-plugin-18.0.4
html-plugin-18.0.3
html-plugin-18.0.2
html-plugin-18.0.1
html-plugin-18.0.0
17.1.x
html-plugin-17.1.0
17.0.x
html-plugin-17.0.3
html-plugin-17.0.1
html-plugin-17.0.0
16.6.x
html-plugin-16.6.1
16.5.x
html-plugin-16.5.0
16.4.x
html-plugin-16.4.5
html-plugin-16.4.4
html-plugin-16.4.1
html-plugin-16.4.0
16.3.x
html-plugin-16.3.0
16.1.x
html-plugin-16.1.3
html-plugin-16.1.2
html-plugin-16.1.1
html-plugin-16.1.0
16.0.x
html-plugin-16.0.0
15.19.x
html-plugin-15.19.1
html-plugin-15.19.0
15.18.x
html-plugin-15.18.0
15.17.x
html-plugin-15.17.1
15.16.x
html-plugin-15.16.1
html-plugin-15.16.0
15.15.x
html-plugin-15.15.3
html-plugin-15.15.2
html-plugin-15.15.1
html-plugin-15.15.0
15.14.x
html-plugin-15.14.4
html-plugin-15.14.3
html-plugin-15.14.2
html-plugin-15.14.1
html-plugin-15.14.0
15.13.x
html-plugin-15.13.3
html-plugin-15.13.2
15.12.x
html-plugin-15.12.0
15.11.x
html-plugin-15.11.1
html-plugin-15.11.0
15.10.x
html-plugin-15.10.0
15.9.x
html-plugin-15.9.3
html-plugin-15.9.2
html-plugin-15.9.1
html-plugin-15.9.0
15.8.x
html-plugin-15.8.0
15.7.x
html-plugin-15.7.2
15.6.x
html-plugin-15.6.0
15.5.x
html-plugin-15.5.0
15.4.x
html-plugin-15.4.8
html-plugin-15.4.3
html-plugin-15.4.0
15.3.x
html-plugin-15.3.1
html-plugin-15.3.0
15.2.x
html-plugin-15.2.3
html-plugin-15.2.2
html-plugin-15.2.0
15.1.x
html-plugin-15.1.0
15.0.x
html-plugin-15.0.2
html-plugin-15.0.1
html-plugin-15.0.0
14.9.x
html-plugin-14.9.0
14.8.x
html-plugin-14.8.1
html-plugin-14.8.0
14.7.x
html-plugin-14.7.1
html-plugin-14.7.0
14.6.x
html-plugin-14.6.0
14.5.x
html-plugin-14.5.0
14.4.x
html-plugin-14.4.0
14.3.x
html-plugin-14.3.1
14.2.x
html-plugin-14.2.0
14.1.x
html-plugin-14.1.0
14.0.x
html-plugin-14.0.0
13.0.x
html-plugin-13.0.5
html-plugin-13.0.4
html-plugin-13.0.3
html-plugin-13.0.2
html-plugin-13.0.1
html-plugin-13.0.0
12.0.x
html-plugin-12.0.4
html-plugin-12.0.3
html-plugin-12.0.2
html-plugin-12.0.1
html-plugin-12.0.0
11.2.x
html-plugin-11.2.0
11.1.x
html-plugin-11.1.1
html-plugin-11.1.0
11.0.x
html-plugin-11.0.1
html-plugin-11.0.0
10.1.x
html-plugin-10.1.3
html-plugin-10.1.2
html-plugin-10.1.1
10.0.x
html-plugin-10.0.0
9.0.x
html-plugin-9.0.1
html-plugin-9.0.0
8.0.x
html-plugin-8.0.1
7.5.x
html-plugin-7.5.6
html-plugin-7.5.5
html-plugin-7.5.4
html-plugin-7.5.3
html-plugin-7.5.2
html-plugin-7.5.1
html-plugin-7.5.0
7.4.x
html-plugin-7.4.4
html-plugin-7.4.3
html-plugin-7.4.2
html-plugin-7.4.1
html-plugin-7.4.0
7.3.x
html-plugin-7.3.1
html-plugin-7.3.0
7.2.x
html-plugin-7.2.1
7.1.x
html-plugin-7.1.0
7.0.x
html-plugin-7.0.0
4.9.x
html-plugin-4.9.0

How to add a dependency to Maven

Add the following ru.sbtqa.tag.pagefactory : html-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ru.sbtqa.tag.pagefactory</groupId>
    <artifactId>html-plugin</artifactId>
    <version>20.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ru.sbtqa.tag.pagefactory : html-plugin gradle dependency to your build.gradle file:

implementation 'ru.sbtqa.tag.pagefactory:html-plugin:20.0.2'

Gradle Kotlin DSL: Add the following ru.sbtqa.tag.pagefactory : html-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("ru.sbtqa.tag.pagefactory:html-plugin:20.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following ru.sbtqa.tag.pagefactory : html-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "ru.sbtqa.tag.pagefactory" % "html-plugin" % "20.0.2"

Advertisement