MVN

org.glassfish.corba : idlj

Maven & Gradle

Feb 15, 2021
1 usages

IDL compiler

<dependency>
    <groupId>org.glassfish.corba</groupId>
    <artifactId>idlj</artifactId>
    <version>4.2.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.glassfish.corba : idlj to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.2.4
  • Latest Release Candidate: 4.2.3-RC2

All Versions

Choose a version of org.glassfish.corba : idlj to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.2.x
idlj-4.2.4
idlj-4.2.3
idlj-4.2.3-RC2
idlj-4.2.3-RC1
idlj-4.2.2
idlj-4.2.2-M1
idlj-4.2.1
idlj-4.2.0-b007
idlj-4.2.0-b006
idlj-4.2.0
idlj-4.2.0-b004
idlj-4.2.0-b003
idlj-4.2.0-b002
idlj-4.2.0-b001
4.1.x
idlj-4.1.1-b001
idlj-4.1.0
4.0.x
idlj-4.0.2-b012
idlj-4.0.2-b011
idlj-4.0.2-b010
idlj-4.0.2-b009
idlj-4.0.2-b008
idlj-4.0.2-b007
idlj-4.0.2-b006
idlj-4.0.2-b005
idlj-4.0.2-b004
idlj-4.0.2-b003
idlj-4.0.2-b002
idlj-4.0.2-b001
idlj-4.0.1
idlj-4.0.0-b008
idlj-4.0.0-b007
idlj-4.0.0-b006
idlj-4.0.0-b005
idlj-4.0.0-b004
idlj-4.0.0-b003
idlj-4.0.0-b002
idlj-4.0.0-b001

How to add a dependency to Maven

Add the following org.glassfish.corba : idlj maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.glassfish.corba</groupId>
    <artifactId>idlj</artifactId>
    <version>4.2.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.glassfish.corba : idlj gradle dependency to your build.gradle file:

implementation 'org.glassfish.corba:idlj:4.2.4'

Gradle Kotlin DSL: Add the following org.glassfish.corba : idlj gradle kotlin dependency to your build.gradle.kts file:

implementation("org.glassfish.corba:idlj:4.2.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.glassfish.corba : idlj sbt scala dependency to your build.sbt file:

libraryDependencies += "org.glassfish.corba" % "idlj" % "4.2.4"