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