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