GroupId | GroupIdorg.jacorb |
---|---|
ArtifactId | ArtifactIdjacorb-idl-compiler |
Version | Version2.2.3 |
Type | Typejar |
Filename | Size |
---|---|
jacorb-idl-compiler-2.2.3.pom | |
jacorb-idl-compiler-2.2.3.jar | 260 KB |
jacorb-idl-compiler-2.2.3-sources.jar | 258 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jacorb/jacorb-idl-compiler/ -->
<dependency>
<groupId>org.jacorb</groupId>
<artifactId>jacorb-idl-compiler</artifactId>
<version>2.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.jacorb/jacorb-idl-compiler/
implementation 'org.jacorb:jacorb-idl-compiler:2.2.3'
// https://jarcasting.com/artifacts/org.jacorb/jacorb-idl-compiler/
implementation ("org.jacorb:jacorb-idl-compiler:2.2.3")
'org.jacorb:jacorb-idl-compiler:jar:2.2.3'
<dependency org="org.jacorb" name="jacorb-idl-compiler" rev="2.2.3">
<artifact name="jacorb-idl-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jacorb', module='jacorb-idl-compiler', version='2.2.3')
)
libraryDependencies += "org.jacorb" % "jacorb-idl-compiler" % "2.2.3"
[org.jacorb/jacorb-idl-compiler "2.2.3"]