MVN

org.objectweb.fractal.fractaladl.juliac : juliac-membranes-julia-oo

Maven & Gradle

May 12, 2008

Pre-mixed Julia control membranes - OO opt level

<dependency>
    <groupId>org.objectweb.fractal.fractaladl.juliac</groupId>
    <artifactId>juliac-membranes-julia-oo</artifactId>
    <version>1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.objectweb.fractal.fractaladl.juliac : juliac-membranes-julia-oo to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3

All Versions

Choose a version of org.objectweb.fractal.fractaladl.juliac : juliac-membranes-julia-oo to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3
juliac-membranes-julia-oo-1.3

How to add a dependency to Maven

Add the following org.objectweb.fractal.fractaladl.juliac : juliac-membranes-julia-oo maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.objectweb.fractal.fractaladl.juliac</groupId>
    <artifactId>juliac-membranes-julia-oo</artifactId>
    <version>1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.objectweb.fractal.fractaladl.juliac : juliac-membranes-julia-oo gradle dependency to your build.gradle file:

implementation 'org.objectweb.fractal.fractaladl.juliac:juliac-membranes-julia-oo:1.3'

Gradle Kotlin DSL: Add the following org.objectweb.fractal.fractaladl.juliac : juliac-membranes-julia-oo gradle kotlin dependency to your build.gradle.kts file:

implementation("org.objectweb.fractal.fractaladl.juliac:juliac-membranes-julia-oo:1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.objectweb.fractal.fractaladl.juliac : juliac-membranes-julia-oo sbt scala dependency to your build.sbt file:

libraryDependencies += "org.objectweb.fractal.fractaladl.juliac" % "juliac-membranes-julia-oo" % "1.3"