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