is not current version
Last Version 2.0.1

com.megaport.api:client 1.1.3

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

Type

jar

Download client 1.1.3


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