MVN

io.nem : api-vertx-client

Maven & Gradle

Feb 19, 2020
1 usages
3 stars

api-vertx-client · api-vertx-client Generated Open API client for nem2-sdk-java

<dependency>
    <groupId>io.nem</groupId>
    <artifactId>api-vertx-client</artifactId>
    <version>0.8.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.nem : api-vertx-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8.4

All Versions

Choose a version of io.nem : api-vertx-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.8.x
api-vertx-client-0.8.4
api-vertx-client-0.8.3
api-vertx-client-0.8.2
0.7.x
api-vertx-client-0.7.22
api-vertx-client-0.7.21
api-vertx-client-0.7.20.7
api-vertx-client-0.7.20.6.1
api-vertx-client-0.7.20.6
api-vertx-client-0.7.20.1
api-vertx-client-0.7.19

How to add a dependency to Maven

Add the following io.nem : api-vertx-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.nem</groupId>
    <artifactId>api-vertx-client</artifactId>
    <version>0.8.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.nem : api-vertx-client gradle dependency to your build.gradle file:

implementation 'io.nem:api-vertx-client:0.8.4'

Gradle Kotlin DSL: Add the following io.nem : api-vertx-client gradle kotlin dependency to your build.gradle.kts file:

implementation("io.nem:api-vertx-client:0.8.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.nem : api-vertx-client sbt scala dependency to your build.sbt file:

libraryDependencies += "io.nem" % "api-vertx-client" % "0.8.4"

Advertisement