Skip to content

resend/resend-java-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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