MVN

org.rapidpm : testbench-ng-m-container-init

Maven & Gradle

Oct 30, 2018
10 usages
<dependency>
    <groupId>org.rapidpm</groupId>
    <artifactId>testbench-ng-m-container-init</artifactId>
    <version>00.07.06-RPM</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.rapidpm : testbench-ng-m-container-init to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 00.07.06-RPM

All Versions

Choose a version of org.rapidpm : testbench-ng-m-container-init to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
00.07.x
testbench-ng-m-container-init-00.07.06-RPM
testbench-ng-m-container-init-00.07.05-RPM
testbench-ng-m-container-init-00.07.04-RPM
0.3.x
testbench-ng-m-container-init-0.3.0

How to add a dependency to Maven

Add the following org.rapidpm : testbench-ng-m-container-init maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.rapidpm</groupId>
    <artifactId>testbench-ng-m-container-init</artifactId>
    <version>00.07.06-RPM</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.rapidpm : testbench-ng-m-container-init gradle dependency to your build.gradle file:

implementation 'org.rapidpm:testbench-ng-m-container-init:00.07.06-RPM'

Gradle Kotlin DSL: Add the following org.rapidpm : testbench-ng-m-container-init gradle kotlin dependency to your build.gradle.kts file:

implementation("org.rapidpm:testbench-ng-m-container-init:00.07.06-RPM")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.rapidpm : testbench-ng-m-container-init sbt scala dependency to your build.sbt file:

libraryDependencies += "org.rapidpm" % "testbench-ng-m-container-init" % "00.07.06-RPM"

Advertisement