is not current version
Last Version 2.0.1

com.megaport.api:client 1.4.8

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.8
Type

Type

jar

Download client 1.4.8


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