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