mailersend / mailersend-java

The official MailerSend Java SDK
https://developers.mailersend.com
MIT License
15 stars 13 forks source link

v1.0.1 is not available in Maven repo #54

Open bjornharvold opened 3 months ago

bjornharvold commented 3 months ago

Hi there,

Your documentation says to grab this dependency:

<dependency>
  <groupId>com.mailersend</groupId>
  <artifactId>java-sdk</artifactId>
  <version>1.0.1</version>
</dependency>

Only one I find to be available is:

<dependency>
  <groupId>com.mailersend</groupId>
  <artifactId>java-sdk</artifactId>
  <version>1.0.0</version>
</dependency>
mstroeve commented 1 month ago

can this be fixed?