MVN

org.objectweb.fractal.juliac : juliac-compiler

Maven & Gradle

Sep 22, 2009
13 usages

Juliac Compiler

<dependency>
    <groupId>org.objectweb.fractal.juliac</groupId>
    <artifactId>juliac-compiler</artifactId>
    <version>2.2.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.2.2

All Versions

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

Version Vulnerabilities Updated
2.2.x
juliac-compiler-2.2.2
juliac-compiler-2.2.1
2.2
juliac-compiler-2.2
2.1.x
juliac-compiler-2.1.6
juliac-compiler-2.1.5
juliac-compiler-2.1.4
juliac-compiler-2.1.3
juliac-compiler-2.1.2
juliac-compiler-2.1.1
2.1
juliac-compiler-2.1
2.0.x
juliac-compiler-2.0.2
juliac-compiler-2.0.1
2.0
juliac-compiler-2.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.objectweb.fractal.juliac</groupId>
    <artifactId>juliac-compiler</artifactId>
    <version>2.2.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.objectweb.fractal.juliac:juliac-compiler:2.2.2'

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

implementation("org.objectweb.fractal.juliac:juliac-compiler:2.2.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.objectweb.fractal.juliac" % "juliac-compiler" % "2.2.2"