MVN

ru.sbtqa.tag.pagefactory : jdi-elements-plugin

Maven & Gradle

Nov 08, 2018
1 usages
47 stars

jdi-elements-plugin

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

Latest Version

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

  • Latest Stable: 6.5.0
  • Latest Beta: 1.0-beta.3

All Versions

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

Version Vulnerabilities Updated
6.5.x
jdi-elements-plugin-6.5.0
6.4.x
jdi-elements-plugin-6.4.1
jdi-elements-plugin-6.4.0
6.3.x
jdi-elements-plugin-6.3.0
6.2.x
jdi-elements-plugin-6.2.0
6.1.x
jdi-elements-plugin-6.1.0
6.0.x
jdi-elements-plugin-6.0.0
5.0.x
jdi-elements-plugin-5.0.0
4.1.x
jdi-elements-plugin-4.1.1
jdi-elements-plugin-4.1.0
4.0.x
jdi-elements-plugin-4.0.0
3.2.x
jdi-elements-plugin-3.2.1
jdi-elements-plugin-3.2.0
3.1.x
jdi-elements-plugin-3.1.0
3.0.x
jdi-elements-plugin-3.0.1
2.0.x
jdi-elements-plugin-2.0.2
jdi-elements-plugin-2.0.1
jdi-elements-plugin-2.0.0
1.0.x
jdi-elements-plugin-1.0.0
1.0
jdi-elements-plugin-1.0-beta.3
jdi-elements-plugin-1.0-beta.2
jdi-elements-plugin-1.0-beta
0.1.x
jdi-elements-plugin-0.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>ru.sbtqa.tag.pagefactory</groupId>
    <artifactId>jdi-elements-plugin</artifactId>
    <version>6.5.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'ru.sbtqa.tag.pagefactory:jdi-elements-plugin:6.5.0'

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

implementation("ru.sbtqa.tag.pagefactory:jdi-elements-plugin:6.5.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "ru.sbtqa.tag.pagefactory" % "jdi-elements-plugin" % "6.5.0"

Advertisement