Nashorn is an Open Source JavaScript (ECMAScript 5.1 and some 6 features) engine for the JVM.
<dependency>
<groupId>org.openjdk.nashorn</groupId>
<artifactId>nashorn-core</artifactId>
<version>15.1.1</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Execute JavaScript with Nashorn
Use org.graalvm.js:js-scriptengine for modern JVMs.
No dependency data recorded yet.