MVN

org.objectweb.fractal.cecilia.toolchain : target-descriptor

Maven & Gradle

Apr 21, 2009
2 usages

target-descriptor DSL · target-descriptor provides a very simple DSL to describe Cecilia target platforms. It allows to simplify the command line of 'ceciliac'.

<dependency>
    <groupId>org.objectweb.fractal.cecilia.toolchain</groupId>
    <artifactId>target-descriptor</artifactId>
    <version>2.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.objectweb.fractal.cecilia.toolchain : target-descriptor to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.0
  • Latest Beta: 2.0-beta-3

All Versions

Choose a version of org.objectweb.fractal.cecilia.toolchain : target-descriptor to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
target-descriptor-2.1.0
2.1
target-descriptor-2.1-start-8763
target-descriptor-2.1-start-8605
target-descriptor-2.1-start-8599
2.0.x
target-descriptor-2.0.4
target-descriptor-2.0.3
target-descriptor-2.0.2
target-descriptor-2.0.1
2.0
target-descriptor-2.0
target-descriptor-2.0-beta-3
target-descriptor-2.0-beta-2

How to add a dependency to Maven

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

<dependency>
    <groupId>org.objectweb.fractal.cecilia.toolchain</groupId>
    <artifactId>target-descriptor</artifactId>
    <version>2.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.objectweb.fractal.cecilia.toolchain : target-descriptor gradle dependency to your build.gradle file:

implementation 'org.objectweb.fractal.cecilia.toolchain:target-descriptor:2.1.0'

Gradle Kotlin DSL: Add the following org.objectweb.fractal.cecilia.toolchain : target-descriptor gradle kotlin dependency to your build.gradle.kts file:

implementation("org.objectweb.fractal.cecilia.toolchain:target-descriptor:2.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.objectweb.fractal.cecilia.toolchain : target-descriptor sbt scala dependency to your build.sbt file:

libraryDependencies += "org.objectweb.fractal.cecilia.toolchain" % "target-descriptor" % "2.1.0"