MVN

org.objectweb.fractal.fractaladl : fractal-adl

Maven & Gradle

Apr 23, 2010
77 usages

Fractal ADL toolchain · Fractal ADL is an extensible toolset for supporting heterogenous architecture descriptions.

<dependency>
    <groupId>org.objectweb.fractal.fractaladl</groupId>
    <artifactId>fractal-adl</artifactId>
    <version>2.6.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.6.1
  • Latest Alpha: 2.4-alpha-6

All Versions

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

Version Vulnerabilities Updated
2.6.x
fractal-adl-2.6.1
2.6
fractal-adl-2.6
2.5
fractal-adl-2.5
2.4
fractal-adl-2.4
fractal-adl-2.4-alpha-6
fractal-adl-2.4-alpha-5
fractal-adl-2.4-alpha-4
fractal-adl-2.4-alpha-3
fractal-adl-2.4-alpha-2
fractal-adl-2.4-alpha-1
2.3.x
fractal-adl-2.3.1
2.3
fractal-adl-2.3
2.2
fractal-adl-2.2
2.1.x
fractal-adl-2.1.7
fractal-adl-2.1.5
fractal-adl-2.1.3

How to add a dependency to Maven

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

<dependency>
    <groupId>org.objectweb.fractal.fractaladl</groupId>
    <artifactId>fractal-adl</artifactId>
    <version>2.6.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.objectweb.fractal.fractaladl:fractal-adl:2.6.1'

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

implementation("org.objectweb.fractal.fractaladl:fractal-adl:2.6.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.objectweb.fractal.fractaladl" % "fractal-adl" % "2.6.1"