| GroupId | GroupIdrhino | 
|---|---|
| ArtifactId | ArtifactIdjs | 
| Version | Version1.6R6-candidate2 | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| js-1.6R6-candidate2.pom | |
| js-1.6R6-candidate2.jar | 793 KB | 
| js-1.6R6-candidate2-sources.jar | 499 KB | 
| js-1.6R6-candidate2-javadoc.jar | 175 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/rhino/js/ -->
<dependency>
    <groupId>rhino</groupId>
    <artifactId>js</artifactId>
    <version>1.6R6-candidate2</version>
</dependency>// https://jarcasting.com/artifacts/rhino/js/
implementation 'rhino:js:1.6R6-candidate2'// https://jarcasting.com/artifacts/rhino/js/
implementation ("rhino:js:1.6R6-candidate2")'rhino:js:jar:1.6R6-candidate2'<dependency org="rhino" name="js" rev="1.6R6-candidate2">
  <artifact name="js" type="jar" />
</dependency>@Grapes(
@Grab(group='rhino', module='js', version='1.6R6-candidate2')
)libraryDependencies += "rhino" % "js" % "1.6R6-candidate2"[rhino/js "1.6R6-candidate2"]