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