Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 635 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 635 Bytes

Resend with Java

This example shows how to use Resend with Java.

Prerequisites

To get the most out of this guide, you’ll need to:

Instructions

  1. Add the dependecy to your project:
implementation 'com.resend:resend-java:2.0.0'

Maven:

<dependency>
    <groupId>com.resend</groupId>
    <artifactId>resend-java</artifactId>
    <version>2.0.0</version>
</dependency>
  1. Replace re_123456789 on Main with your API key.

  2. Execute the project by running the Main class

License

MIT License