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