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