jmail icon indicating copy to clipboard operation
jmail copied to clipboard

Include JAR files for download alongside GitHub Releases

Open gracexjang opened this issue 1 year ago • 1 comments

Please describe the feature that you are requesting

I'd really like to use this library but the way I've imported other libraries to my project is by pasting in the .jar files I'm not using Maven to build it, so the current "Installation" section for JMail doesn't work for me

Would it be possible to share the JAR files for running this?

Apologies if this is a silly question or if I'm missing something obvious, and/or there's another way to go about importing this library without needing JAR files

Additional context

I'm using Java 11, IDE is NetBeans 13, Apache Ant to build

gracexjang avatar Apr 15 '24 16:04 gracexjang

Hi @gracexjang

Thank you for your interest! You can actually download the JAR directly from Maven Central. The JAR for the latest version is here: https://repo1.maven.org/maven2/com/sanctionco/jmail/jmail/1.6.2/ (click on jmail-1.6.2.jar to download).

It would be nice for me to include it as a download on the releases page. I'll keep this issue open for that enhancement.

RohanNagar avatar Apr 15 '24 19:04 RohanNagar