MVN

com.crawljax.plugins : test-plugin

Maven & Gradle

Jun 01, 2023
1 usages
0 stars

Test Plugin · A plugin for testing

<dependency>
    <groupId>com.crawljax.plugins</groupId>
    <artifactId>test-plugin</artifactId>
    <version>5.2.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.crawljax.plugins : test-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.2.3

All Versions

Choose a version of com.crawljax.plugins : test-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.2.x
test-plugin-5.2.3
test-plugin-5.2.2
test-plugin-5.2.1
test-plugin-5.2.0
5.1.x
test-plugin-5.1.3
test-plugin-5.1.2
test-plugin-5.1.1
test-plugin-5.1.0
5.0
test-plugin-5.0
4.1
test-plugin-4.1
3.6
test-plugin-3.6
3.5.x
test-plugin-3.5.1
3.5
test-plugin-3.5

How to add a dependency to Maven

Add the following com.crawljax.plugins : test-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.crawljax.plugins</groupId>
    <artifactId>test-plugin</artifactId>
    <version>5.2.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.crawljax.plugins : test-plugin gradle dependency to your build.gradle file:

implementation 'com.crawljax.plugins:test-plugin:5.2.3'

Gradle Kotlin DSL: Add the following com.crawljax.plugins : test-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("com.crawljax.plugins:test-plugin:5.2.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.crawljax.plugins : test-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "com.crawljax.plugins" % "test-plugin" % "5.2.3"