Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.megaport.api |
ArtifactId | ArtifactIdclient |
Version | Version1.1.6 |
Type | Typejar |
Filename | Size |
---|---|
client-1.1.6.pom | |
client-1.1.6.jar | 47 KB |
client-1.1.6-sources.jar | 26 KB |
client-1.1.6-javadoc.jar | 235 KB |
client-1.1.6-jar-with-dependencies.jar | 3 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.megaport.api/client/ -->
<dependency>
<groupId>com.megaport.api</groupId>
<artifactId>client</artifactId>
<version>1.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.megaport.api/client/
implementation 'com.megaport.api:client:1.1.6'
// https://jarcasting.com/artifacts/com.megaport.api/client/
implementation ("com.megaport.api:client:1.1.6")
'com.megaport.api:client:jar:1.1.6'
<dependency org="com.megaport.api" name="client" rev="1.1.6">
<artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.megaport.api', module='client', version='1.1.6')
)
libraryDependencies += "com.megaport.api" % "client" % "1.1.6"
[com.megaport.api/client "1.1.6"]