MVN

com.migratorydata : client-java-api

Maven & Gradle

Mar 06, 2023

com.migratorydata:client-java-api · This Application Programming Interface (API) contains all the necessary operations for connecting to a cluster of one or more MigratoryData servers, subscribing to one or more subjects, getting real-time messages for the subscribed subjects, and publishing real-time messages.

<dependency>
    <groupId>com.migratorydata</groupId>
    <artifactId>client-java-api</artifactId>
    <version>6.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.migratorydata : client-java-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.0.2

All Versions

Choose a version of com.migratorydata : client-java-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.0.x
client-java-api-6.0.2
client-java-api-6.0.1
client-java-api-6.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.migratorydata</groupId>
    <artifactId>client-java-api</artifactId>
    <version>6.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.migratorydata : client-java-api gradle dependency to your build.gradle file:

implementation 'com.migratorydata:client-java-api:6.0.2'

Gradle Kotlin DSL: Add the following com.migratorydata : client-java-api gradle kotlin dependency to your build.gradle.kts file:

implementation("com.migratorydata:client-java-api:6.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.migratorydata : client-java-api sbt scala dependency to your build.sbt file:

libraryDependencies += "com.migratorydata" % "client-java-api" % "6.0.2"