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