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;