Does Corona Enterprise allow integrating *.jar APIs?

Sorry if this is really obvious but I need to know that for sure.

So I have an external API from another company but it comes in the form of a *.jar file. As I understand there is no way in Corona SDK to integrate it into my app. However, will that be possible if I switch to Enterprise?

Yes you can definitely do this with Enterprise, that’s how the various plugins are made.  

You would need to have a basic understanding of how to build an android app (for instance using an AndroidManifest.xml file instead of build.settings).

Enterprise includes some sample apps and there is also some documentation which should help:

https://coronalabs.com/blog/2014/04/01/tutorial-corona-enterprise-quickstart-android/

Yes you can definitely do this with Enterprise, that’s how the various plugins are made.  

You would need to have a basic understanding of how to build an android app (for instance using an AndroidManifest.xml file instead of build.settings).

Enterprise includes some sample apps and there is also some documentation which should help:

https://coronalabs.com/blog/2014/04/01/tutorial-corona-enterprise-quickstart-android/