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