Including JAR file in Ionic Application

I have a Jar file and wanted to integrate it with Ionic application.Don’t know how to do it, Please Help

You can create a Cordova Plugin for this and install that plugin in your project

Cordova Plugin Development guide:

https://cordova.apache.org/docs/en/latest/guide/platforms/android/plugin.html

Isn’t there a easy way to integrate directly, executable Jar file in Ionic.