MVN

org.objectweb.fractal.juliac : juliac-runtime-comp

Maven & Gradle

Apr 07, 2011
8 usages

Juliac Runtime COMP

<dependency>
    <groupId>org.objectweb.fractal.juliac</groupId>
    <artifactId>juliac-runtime-comp</artifactId>
    <version>2.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.objectweb.fractal.juliac : juliac-runtime-comp to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.4

All Versions

Choose a version of org.objectweb.fractal.juliac : juliac-runtime-comp to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.4
juliac-runtime-comp-2.4
2.3
juliac-runtime-comp-2.3
2.2.x
juliac-runtime-comp-2.2.6.1
juliac-runtime-comp-2.2.6
juliac-runtime-comp-2.2.5.1
juliac-runtime-comp-2.2.5
juliac-runtime-comp-2.2.4
juliac-runtime-comp-2.2.3
juliac-runtime-comp-2.2.2
juliac-runtime-comp-2.2.1
2.2
juliac-runtime-comp-2.2
2.1.x
juliac-runtime-comp-2.1.6
juliac-runtime-comp-2.1.5
juliac-runtime-comp-2.1.4
juliac-runtime-comp-2.1.3
juliac-runtime-comp-2.1.2
juliac-runtime-comp-2.1.1
2.1
juliac-runtime-comp-2.1
2.0.x
juliac-runtime-comp-2.0.2
juliac-runtime-comp-2.0.1
2.0
juliac-runtime-comp-2.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.objectweb.fractal.juliac</groupId>
    <artifactId>juliac-runtime-comp</artifactId>
    <version>2.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.objectweb.fractal.juliac : juliac-runtime-comp gradle dependency to your build.gradle file:

implementation 'org.objectweb.fractal.juliac:juliac-runtime-comp:2.4'

Gradle Kotlin DSL: Add the following org.objectweb.fractal.juliac : juliac-runtime-comp gradle kotlin dependency to your build.gradle.kts file:

implementation("org.objectweb.fractal.juliac:juliac-runtime-comp:2.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.objectweb.fractal.juliac : juliac-runtime-comp sbt scala dependency to your build.sbt file:

libraryDependencies += "org.objectweb.fractal.juliac" % "juliac-runtime-comp" % "2.4"

Advertisement