MVN

org.objectweb.fractal.cecilia.toolchain : idl-parser

Maven & Gradle

Apr 21, 2009

Cecilia IDL Parser · Cecilia IDL Parser generated by means of JavaCC.

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

Latest Version

Choose a version of org.objectweb.fractal.cecilia.toolchain : idl-parser 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 : idl-parser to add to Maven or Gradle - All Versions:

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

How to add a dependency to Maven

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

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

implementation 'org.objectweb.fractal.cecilia.toolchain:idl-parser:2.1.0'

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

implementation("org.objectweb.fractal.cecilia.toolchain:idl-parser:2.1.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.objectweb.fractal.cecilia.toolchain" % "idl-parser" % "2.1.0"