MVN

com.megaport.api : client

Maven & Gradle

Oct 17, 2019
1 stars

Megaport API Client SDK · This library is a Java wrapper for the Megaport API.

<dependency>
    <groupId>com.megaport.api</groupId>
    <artifactId>client</artifactId>
    <version>2.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.0.1

All Versions

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

Version Vulnerabilities Updated
2.0.x
client-2.0.1
client-2.0.0
1.4.x
client-1.4.30
client-1.4.29
client-1.4.28
client-1.4.27
client-1.4.26
client-1.4.25
client-1.4.24
client-1.4.22
client-1.4.21
client-1.4.20
client-1.4.19
client-1.4.18
client-1.4.17
client-1.4.16
client-1.4.15
client-1.4.14
client-1.4.13
client-1.4.12
client-1.4.11
client-1.4.10
client-1.4.9
client-1.4.8
client-1.4.7
client-1.4.6
client-1.4.5
client-1.4.4
client-1.4.3
client-1.4.2
client-1.4.1
client-1.4.0
1.3.x
client-1.3.6
client-1.3.5
client-1.3.4
client-1.3.3
client-1.3.2
client-1.3.1
client-1.3.0
1.2.x
client-1.2.3
client-1.2.2
client-1.2.1
1.1.x
client-1.1.9
client-1.1.8
client-1.1.7
client-1.1.6
client-1.1.5
client-1.1.4
client-1.1.3
client-1.1.2
client-1.1.1
client-1.1.0
1.0.x
client-1.0.1
1.0
client-1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.megaport.api</groupId>
    <artifactId>client</artifactId>
    <version>2.0.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.megaport.api:client:2.0.1'

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

implementation("com.megaport.api:client:2.0.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.megaport.api" % "client" % "2.0.1"

Advertisement