MVN

io.github.rockitconsulting : test.rockitizer

Maven & Gradle

Nov 11, 2021
10 stars

test.rockitizer · Regression testing framework for complex integration environments

<dependency>
    <groupId>io.github.rockitconsulting</groupId>
    <artifactId>test.rockitizer</artifactId>
    <version>1.0.5.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.rockitconsulting : test.rockitizer to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.5.10

All Versions

Choose a version of io.github.rockitconsulting : test.rockitizer to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
test.rockitizer-1.0.5.10
test.rockitizer-1.0.5.9
test.rockitizer-1.0.5.8
test.rockitizer-1.0.5.6
test.rockitizer-1.0.5.5
test.rockitizer-1.0.5.4
test.rockitizer-1.0.5.3
test.rockitizer-1.0.5.2
test.rockitizer-1.0.5.1
test.rockitizer-1.0.5
test.rockitizer-1.0.4.2
test.rockitizer-1.0.4.1
test.rockitizer-1.0.4
test.rockitizer-1.0.2.2
test.rockitizer-1.0.2.1
test.rockitizer-1.0.2
test.rockitizer-1.0.1
test.rockitizer-1.0.0
0.0.x
test.rockitizer-0.0.8-mq9

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.rockitconsulting</groupId>
    <artifactId>test.rockitizer</artifactId>
    <version>1.0.5.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.rockitconsulting : test.rockitizer gradle dependency to your build.gradle file:

implementation 'io.github.rockitconsulting:test.rockitizer:1.0.5.10'

Gradle Kotlin DSL: Add the following io.github.rockitconsulting : test.rockitizer gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.rockitconsulting:test.rockitizer:1.0.5.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.rockitconsulting : test.rockitizer sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.rockitconsulting" % "test.rockitizer" % "1.0.5.10"