| GroupId | GroupIdio.apigee | 
    
|---|---|
| ArtifactId | ArtifactIdrhino | 
    
| Version | Version1.7R5pre2 | 
        
| Type | Typejar | 
    
| Filename | Size | 
|---|---|
| rhino-1.7R5pre2.pom | |
| rhino-1.7R5pre2.jar | 1 MB | 
| rhino-1.7R5pre2-sources.jar | 708 KB | 
| rhino-1.7R5pre2-javadoc.jar | 1 MB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/io.apigee/rhino/ -->
<dependency>
    <groupId>io.apigee</groupId>
    <artifactId>rhino</artifactId>
    <version>1.7R5pre2</version>
</dependency>
                // https://jarcasting.com/artifacts/io.apigee/rhino/
implementation 'io.apigee:rhino:1.7R5pre2'
                // https://jarcasting.com/artifacts/io.apigee/rhino/
implementation ("io.apigee:rhino:1.7R5pre2")
                'io.apigee:rhino:jar:1.7R5pre2'
                <dependency org="io.apigee" name="rhino" rev="1.7R5pre2">
  <artifact name="rhino" type="jar" />
</dependency>
                @Grapes(
@Grab(group='io.apigee', module='rhino', version='1.7R5pre2')
)
                libraryDependencies += "io.apigee" % "rhino" % "1.7R5pre2"
                [io.apigee/rhino "1.7R5pre2"]