MVN

nl.jpoint.vertx-deploy-tools : vertx-deploy-test-module

Maven & Gradle

Jan 18, 2016
1 usages
54 stars

Vert.x Deploy Tools : Test module · Vert.x deploy test module.

<dependency>
    <groupId>nl.jpoint.vertx-deploy-tools</groupId>
    <artifactId>vertx-deploy-test-module</artifactId>
    <version>1.2.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of nl.jpoint.vertx-deploy-tools : vertx-deploy-test-module to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.2
  • Latest Beta: 1.2.0.beta6
  • Latest Alpha: 3.0.0-alpha3

All Versions

Choose a version of nl.jpoint.vertx-deploy-tools : vertx-deploy-test-module to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
vertx-deploy-test-module-3.0.0-alpha3
vertx-deploy-test-module-3.0.0-alpha2
vertx-deploy-test-module-3.0.0-alpha1
1.2.x
vertx-deploy-test-module-1.2.2
vertx-deploy-test-module-1.2.1
vertx-deploy-test-module-1.2.0
vertx-deploy-test-module-1.2.0.beta6
vertx-deploy-test-module-1.2.0.beta5
vertx-deploy-test-module-1.2.0.beta4
vertx-deploy-test-module-1.2.0.beta3
vertx-deploy-test-module-1.2.0.beta2
vertx-deploy-test-module-1.2.0.beta1

How to add a dependency to Maven

Add the following nl.jpoint.vertx-deploy-tools : vertx-deploy-test-module maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>nl.jpoint.vertx-deploy-tools</groupId>
    <artifactId>vertx-deploy-test-module</artifactId>
    <version>1.2.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following nl.jpoint.vertx-deploy-tools : vertx-deploy-test-module gradle dependency to your build.gradle file:

implementation 'nl.jpoint.vertx-deploy-tools:vertx-deploy-test-module:1.2.2'

Gradle Kotlin DSL: Add the following nl.jpoint.vertx-deploy-tools : vertx-deploy-test-module gradle kotlin dependency to your build.gradle.kts file:

implementation("nl.jpoint.vertx-deploy-tools:vertx-deploy-test-module:1.2.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following nl.jpoint.vertx-deploy-tools : vertx-deploy-test-module sbt scala dependency to your build.sbt file:

libraryDependencies += "nl.jpoint.vertx-deploy-tools" % "vertx-deploy-test-module" % "1.2.2"

Advertisement