Rhino is an open-source implementation of JavaScript written entirely in Java. It is typically embedded into Java applications to provide scripting to end users.
'com.github.tntim96:rhino:1.7R5pre02'
<dependency> <groupId>com.github.tntim96</groupId> <artifactId>rhino</artifactId> <version>1.7R5pre02</version> </dependency>
<dependency org="com.github.tntim96" name="rhino" rev="1.7R5pre02"/>
"com.github.tntim96", "rhino", "1.7R5pre02"