Search notes:

JSR-223: Scripting for the Java Platform

JSR-223 is an API that specifies how scripting languages («scripts») can be called from a Java VM.
The API is exposed through classes and interfaces in the javax.script package.

Links

https://jcp.org/aboutJava/communityprocess/final/jsr223/index.html
SQLcl's scripting is based on JSR-223.

Index