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