idlj
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.glassfish.corba</groupId>
<artifactId>idlj</artifactId>
<version>6.0.0-M1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2018, 2020 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2026 Contributors to the Eclipse Foundation.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0 which is available at
http://www.eclipse.org/legal/epl-2.0, or the Eclipse Distribution License
v. 1.0 which is available at
http://www.eclipse.org/org/documents/edl-v10.php.
This Source Code may also be made available under the following Secondary
Licenses when the conditions for such availability set forth in the Eclipse
Public License v. 2.0 are satisfied: GNU General Public License v2.0
w/Classpath exception which is available at
https://www.gnu.org/software/classpath/license.html.
SPDX-License-Identifier: EPL-2.0 OR BSD-3-Clause OR GPL-2.0 WITH
Classpath-exception-2.0
-->
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.glassfish.corba</groupId>
<artifactId>idlj</artifactId>
<version>6.0.0-M1</version>
<name>IDL compiler</name>
<description>A CORBA ORB Implementation for Glassfish</description>
<url>https://projects.eclipse.org/proposals/eclipse-orb/idlj</url>
<licenses>
<license>
<name>EDL 1.0</name>
<url>https://www.eclipse.org/org/documents/edl-v10.php</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>russgold</id>
<name>Russell Gold</name>
<email>russell.gold@oracle.com</email>
</developer>
<developer>
<name>Harshad Vilekar</name>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/eclipse-ee4j/orb.git/idlj</connection>
<developerConnection>scm:git:ssh://git@github.com/eclipse-ee4j/orb.git/idlj</developerConnection>
<tag>6.0.0-M1</tag>
<url>https://github.com/eclipse-ee4j/orb/idlj</url>
</scm>
</project>