I am trying to integrate Oracle JET with Oracle APEX, I tried to find information about integration. I found some blog posts for older version of APEX and Oracle JET - I can't find a way to download oraclejet.zip file and “Oracle JavaScript Extension Toolkit : Base Distribution”?
I tried to install files using npm, but there I can't find files which I should upload to apex static files. Or this files: https://docs.oracle.com/middleware/jet400/jet/developer/GUID-219A636B-0D0B-4A78-975B-0528497A82DD.htm#JETDG-GUID-219A636B-0D0B-4A78-975B-0528497A82DD
I want to add JET diagrams to Oracle APEX and other components too.
Oracle JET has been part of the standard APEX installation for the past couple of years. The most recent release, APEX 21.1 contains Oracle JET 10.0.0. There are plenty of Oracle JET components that can be used declaratively by APEX, but you should still be able to reference the library through standard JavaScript if you so choose.