is not current version
Last Version 2.0.1

com.megaport.api:client 1.4.20

This library is a Java wrapper for the Megaport API.

Categories

Categories

CLI User Interface
GroupId

GroupId

com.megaport.api
ArtifactId

ArtifactId

client
Version

Version

1.4.20
Type

Type

jar

Download client 1.4.20


<!-- https://jarcasting.com/artifacts/com.megaport.api/client/ -->
<dependency>
    <groupId>com.megaport.api</groupId>
    <artifactId>client</artifactId>
    <version>1.4.20</version>
</dependency>
// https://jarcasting.com/artifacts/com.megaport.api/client/
implementation 'com.megaport.api:client:1.4.20'
// https://jarcasting.com/artifacts/com.megaport.api/client/
implementation ("com.megaport.api:client:1.4.20")
'com.megaport.api:client:jar:1.4.20'
<dependency org="com.megaport.api" name="client" rev="1.4.20">
  <artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.megaport.api', module='client', version='1.4.20')
)
libraryDependencies += "com.megaport.api" % "client" % "1.4.20"
[com.megaport.api/client "1.4.20"]