文件下载
文件名 操作
ruby-23.1.3.pom 下载
Apache Maven
<dependency>
  <groupId>org.graalvm.polyglot</groupId>
  <artifactId>ruby</artifactId>
  <version>23.1.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.graalvm.polyglot:ruby:23.1.3'
Gradle Kotlin
implementation("org.graalvm.polyglot:ruby:23.1.3")
Scala SBT
libraryDependencies += "org.graalvm.polyglot" % "ruby" % "23.1.3"
Groovy Grape
@Grapes(
  @Grab(group='org.graalvm.polyglot', module='ruby', version='23.1.3')
)
Apache Ivy
<dependency org="org.graalvm.polyglot" name="ruby" rev="23.1.3" />
Leiningen
[org.graalvm.polyglot/ruby "23.1.3"]
Apache Buildr
'org.graalvm.polyglot:ruby:jar:23.1.3'