Skip to content

resend/resend-java-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b885497 · Feb 15, 2024

History

5 Commits
Sep 22, 2023
Aug 21, 2023
Aug 21, 2023
Sep 22, 2023
Sep 22, 2023
Aug 21, 2023
Aug 21, 2023
Feb 15, 2024
Aug 21, 2023

Repository files navigation

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

About

This example shows how to use Resend with Java

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages