Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.qovery |
ArtifactId | ArtifactIdclient |
Version | Version0.1.1 |
Type | Typepom |
Filename | Size |
---|---|
client-0.1.1.pom | |
client-0.1.1.jar | 1 KB |
client-0.1.1-sources.jar | 2 KB |
client-0.1.1-javadoc.jar | 392 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.qovery/client/ -->
<dependency>
<groupId>com.qovery</groupId>
<artifactId>client</artifactId>
<version>0.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.qovery/client/
implementation 'com.qovery:client:0.1.1'
// https://jarcasting.com/artifacts/com.qovery/client/
implementation ("com.qovery:client:0.1.1")
'com.qovery:client:pom:0.1.1'
<dependency org="com.qovery" name="client" rev="0.1.1">
<artifact name="client" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.qovery', module='client', version='0.1.1')
)
libraryDependencies += "com.qovery" % "client" % "0.1.1"
[com.qovery/client "0.1.1"]