Qovery Java Client

Retrieve information from Qovery

License

License

Apache License 2.0
Categories

Categories

CLI User Interface
GroupId

GroupId

com.qovery
ArtifactId

ArtifactId

client
Last Version

Last Version

0.2.1
Release Date

Release Date

Type

Type

pom
Description

Description

Qovery Java Client
Retrieve information from Qovery
Project URL

Project URL

https://github.com/Qovery/qovery-java-sdk
Project Organization

Project Organization

com.github.qovery
Source Code Management

Source Code Management

https://github.com/Qovery/qovery-java-sdk

Download client

How to add to project

<!-- https://jarcasting.com/artifacts/com.qovery/client/ -->
<dependency>
    <groupId>com.qovery</groupId>
    <artifactId>client</artifactId>
    <version>0.2.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.qovery/client/
implementation 'com.qovery:client:0.2.1'
// https://jarcasting.com/artifacts/com.qovery/client/
implementation ("com.qovery:client:0.2.1")
'com.qovery:client:pom:0.2.1'
<dependency org="com.qovery" name="client" rev="0.2.1">
  <artifact name="client" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.qovery', module='client', version='0.2.1')
)
libraryDependencies += "com.qovery" % "client" % "0.2.1"
[com.qovery/client "0.2.1"]

Dependencies

compile (1)

Group / Artifact Type Version
com.eclipsesource.minimal-json : minimal-json jar 0.9.5

Project Modules

There are no modules declared in this project.

qovery-java-sdk

Get Qovery instance

Qovery qovery = new Qovery();

DatabaseConfiguration db = qovery.getDatabaseConfiguration("my-pql");

String host = db.getHost();
int port = db.getPort();
String username = db.getUsername();
String password = db.getPassword();
com.qovery

Qovery

Qovery - The simplest way to deploy your full-stack apps

Versions

Version
0.2.1
0.2.0
0.1.1
0.1.0