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