| GroupId | GroupIdorg.apache.cxf | 
    
|---|---|
| ArtifactId | ArtifactIdcxf-tools-corba | 
    
| Version | Version3.0.0-milestone1 | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/org.apache.cxf/cxf-tools-corba/ -->
<dependency>
    <groupId>org.apache.cxf</groupId>
    <artifactId>cxf-tools-corba</artifactId>
    <version>3.0.0-milestone1</version>
</dependency>
                // https://jarcasting.com/artifacts/org.apache.cxf/cxf-tools-corba/
implementation 'org.apache.cxf:cxf-tools-corba:3.0.0-milestone1'
                // https://jarcasting.com/artifacts/org.apache.cxf/cxf-tools-corba/
implementation ("org.apache.cxf:cxf-tools-corba:3.0.0-milestone1")
                'org.apache.cxf:cxf-tools-corba:jar:3.0.0-milestone1'
                <dependency org="org.apache.cxf" name="cxf-tools-corba" rev="3.0.0-milestone1">
  <artifact name="cxf-tools-corba" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.apache.cxf', module='cxf-tools-corba', version='3.0.0-milestone1')
)
                libraryDependencies += "org.apache.cxf" % "cxf-tools-corba" % "3.0.0-milestone1"
                [org.apache.cxf/cxf-tools-corba "3.0.0-milestone1"]