<dependency> <groupId>org.jacorb</groupId> <artifactId>jacorb-idl-compiler</artifactId> <version>3.9</version> </dependency>
implementation 'org.jacorb:jacorb-idl-compiler:3.9'
implementation("org.jacorb:jacorb-idl-compiler:3.9")
libraryDependencies += "org.jacorb" % "jacorb-idl-compiler" % "3.9"
@Grapes( @Grab(group='org.jacorb', module='jacorb-idl-compiler', version='3.9') )
<dependency org="org.jacorb" name="jacorb-idl-compiler" rev="3.9" />
[org.jacorb/jacorb-idl-compiler "3.9"]
'org.jacorb:jacorb-idl-compiler:jar:3.9'
<parent> <groupId>org.jacorb</groupId> <artifactId>jacorb-parent</artifactId> <version>3.9</version> </parent>
compile
|-- org.apache.ant:ant
|-- java_cup:java_cup