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