MVN

org.ow2.mind : idl-backend

Maven & Gradle

Jan 15, 2013

IDL backend module · Module for the generation of header files from IDL definitions.

<dependency>
    <groupId>org.ow2.mind</groupId>
    <artifactId>idl-backend</artifactId>
    <version>2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.ow2.mind : idl-backend to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0
  • Latest Beta: 0.3-beta-1
  • Latest Alpha: 2.0-alpha1

All Versions

Choose a version of org.ow2.mind : idl-backend to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0
idl-backend-2.0
idl-backend-2.0-alpha1
1.0.x
idl-backend-1.0.1
1.0
idl-backend-1.0
0.3
idl-backend-0.3
idl-backend-0.3-beta-1
0.2.x
idl-backend-0.2.3
idl-backend-0.2.2
idl-backend-0.2.1
idl-backend-0.2.3a
0.2
idl-backend-0.2
idl-backend-0.2-beta-2
idl-backend-0.2-beta-1
idl-backend-0.2-alpha-2
idl-backend-0.2-alpha-1
0.1
idl-backend-0.1
idl-backend-0.1-beta-3

How to add a dependency to Maven

Add the following org.ow2.mind : idl-backend maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.ow2.mind</groupId>
    <artifactId>idl-backend</artifactId>
    <version>2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.ow2.mind : idl-backend gradle dependency to your build.gradle file:

implementation 'org.ow2.mind:idl-backend:2.0'

Gradle Kotlin DSL: Add the following org.ow2.mind : idl-backend gradle kotlin dependency to your build.gradle.kts file:

implementation("org.ow2.mind:idl-backend:2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.ow2.mind : idl-backend sbt scala dependency to your build.sbt file:

libraryDependencies += "org.ow2.mind" % "idl-backend" % "2.0"