Files download
File Operation
helloworld-2.2.3.jar download
helloworld-2.2.3.pom download
Apache Maven
<dependency>
  <groupId>org.objectweb.fractal.juliac.examples.ultra-merge</groupId>
  <artifactId>helloworld</artifactId>
  <version>2.2.3</version>
</dependency>
Gradle Groovy
implementation 'org.objectweb.fractal.juliac.examples.ultra-merge:helloworld:2.2.3'
Gradle Kotlin
implementation("org.objectweb.fractal.juliac.examples.ultra-merge:helloworld:2.2.3")
Scala SBT
libraryDependencies += "org.objectweb.fractal.juliac.examples.ultra-merge" % "helloworld" % "2.2.3"
Groovy Grape
@Grapes(
  @Grab(group='org.objectweb.fractal.juliac.examples.ultra-merge', module='helloworld', version='2.2.3')
)
Apache Ivy
<dependency org="org.objectweb.fractal.juliac.examples.ultra-merge" name="helloworld" rev="2.2.3" />
Leiningen
[org.objectweb.fractal.juliac.examples.ultra-merge/helloworld "2.2.3"]
Apache Buildr
'org.objectweb.fractal.juliac.examples.ultra-merge:helloworld:jar:2.2.3'