Releases: frain-dev/convoy-java
Releases · frain-dev/convoy-java
Release list
v0.2.0
First Maven Central release of the Convoy Java SDK.
- Artifact:
io.github.frain-dev:convoy:0.2.0 - Webhook signature verification (
com.getconvoy.webhook) - OpenAPI-generated API client (
com.getconvoy.api/com.getconvoy.client)
Install
Gradle:
implementation("io.github.frain-dev:convoy:0.2.0")Maven:
<dependency>
<groupId>io.github.frain-dev</groupId>
<artifactId>convoy</artifactId>
<version>0.2.0</version>
</dependency>Maven Central may take a few minutes after the Publish workflow finishes.