Files download
File Operation
rhino-core-2.2.0.jar download
rhino-core-2.2.0.pom download
rhino-core-2.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.ryos.rhino</groupId>
  <artifactId>rhino-core</artifactId>
  <version>2.2.0</version>
</dependency>
Gradle Groovy
implementation 'io.ryos.rhino:rhino-core:2.2.0'
Gradle Kotlin
implementation("io.ryos.rhino:rhino-core:2.2.0")
Scala SBT
libraryDependencies += "io.ryos.rhino" % "rhino-core" % "2.2.0"
Groovy Grape
@Grapes(
  @Grab(group='io.ryos.rhino', module='rhino-core', version='2.2.0')
)
Apache Ivy
<dependency org="io.ryos.rhino" name="rhino-core" rev="2.2.0" />
Leiningen
[io.ryos.rhino/rhino-core "2.2.0"]
Apache Buildr
'io.ryos.rhino:rhino-core:jar:2.2.0'