Skip to content

Releases: frain-dev/convoy-java

Release list

v0.2.0

Choose a tag to compare

@mekilis mekilis released this 21 Jul 15:23

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.