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