<dependency> <groupId>com.eclipsesource.j2v8</groupId> <artifactId>j2v8_win32_x86_64</artifactId> <version>2.2.1</version> </dependency>
// Pure V8 Mode try (V8Runtime v8Runtime = V8Host.getV8Instance().createV8Runtime()) System.out.println(v8Runtime.getExecutor("'Hello from pure V8 mode'").executeString());