j

jruby-openssl

JRuby-OpenSSL is an add-on gem for JRuby that emulates the Ruby OpenSSL native library.
https://github.com/jruby/jruby-openssl
EPL-1.0 GPL-2.0 LGPL-2.1
Ola Bini JRuby contributors
Files download
File Operation
jruby-openssl-0.9.14.pom download
Apache Maven
<dependency>
  <groupId>rubygems</groupId>
  <artifactId>jruby-openssl</artifactId>
  <version>0.9.14</version>
  <type>gem</type>
</dependency>
Gradle Groovy
implementation 'rubygems:jruby-openssl:0.9.14'
Gradle Kotlin
implementation("rubygems:jruby-openssl:0.9.14")
Scala SBT
libraryDependencies += "rubygems" % "jruby-openssl" % "0.9.14"
Groovy Grape
@Grapes(
  @Grab(group='rubygems', module='jruby-openssl', version='0.9.14')
)
Apache Ivy
<dependency org="rubygems" name="jruby-openssl" rev="0.9.14" />
Leiningen
[rubygems/jruby-openssl "0.9.14"]
Apache Buildr
'rubygems:jruby-openssl:jar:0.9.14'