I want to include SMSLib in java and there are certain requirements to accomplish that. i followed the instructions but i found that i must include apache-jakarta as one of the steps, but i can't find apache-jakarta anywhere to download, and in the main website i got a something like jakarta retired. any one know how to get rid of that issue as without it even the main SMSLib packages didn't recognized:
import org.smslib.Library;
import org.smslib.OutboundMessage;
import org.smslib.Service;
import org.smslib.http.BulkSmsHTTPGateway;
From webpage of smslib.org.
Prerequisites
To use SMSLib, you should install the following components:
- SUN JDK 1.6 or newer.
- Java Communications Library.
- Apache ANT for building the sources.
- Apache log4j.
- Apache Jakarta Commons - NET.
- JSMPP Library
Apache Jakarta Commons - NET is found at http://commons.apache.org/proper/commons-net/