MVN

org.objectweb.fractal.cecilia.toolchain : plugin-framework

Maven & Gradle

Apr 21, 2009
1 usages

Plugin Framework

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

Latest Version

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

  • Latest Stable: 2.1.0
  • Latest Beta: 2.0-beta-3
  • Latest Alpha: 2.0-alpha-5

All Versions

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

Version Vulnerabilities Updated
2.1.x
plugin-framework-2.1.0
2.1
plugin-framework-2.1-start-8763
plugin-framework-2.1-start-8605
plugin-framework-2.1-start-8599
2.0.x
plugin-framework-2.0.4
plugin-framework-2.0.3
plugin-framework-2.0.2
plugin-framework-2.0.1
2.0
plugin-framework-2.0
plugin-framework-2.0-beta-3
plugin-framework-2.0-beta-2
plugin-framework-2.0-beta-1
plugin-framework-2.0-alpha-5
plugin-framework-2.0-alpha-4
plugin-framework-2.0-alpha-3
plugin-framework-2.0-alpha-2
plugin-framework-2.0-alpha-1
1.2.x
plugin-framework-1.2.1
1.2
plugin-framework-1.2
1.1
plugin-framework-1.1
1.0
plugin-framework-1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.objectweb.fractal.cecilia.toolchain</groupId>
    <artifactId>plugin-framework</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 : plugin-framework gradle dependency to your build.gradle file:

implementation 'org.objectweb.fractal.cecilia.toolchain:plugin-framework:2.1.0'

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

implementation("org.objectweb.fractal.cecilia.toolchain:plugin-framework:2.1.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.objectweb.fractal.cecilia.toolchain" % "plugin-framework" % "2.1.0"