<dependency>
<groupId>org.apache.servicemix.tooling</groupId>
<artifactId>servicemix-cxf-wsdl-first-osgi-bundle</artifactId>
<version>2011.02</version>
</dependency>
implementation 'org.apache.servicemix.tooling:servicemix-cxf-wsdl-first-osgi-bundle:2011.02'
implementation("org.apache.servicemix.tooling:servicemix-cxf-wsdl-first-osgi-bundle:2011.02")
libraryDependencies += "org.apache.servicemix.tooling" % "servicemix-cxf-wsdl-first-osgi-bundle" % "2011.02"
@Grapes(
@Grab(group='org.apache.servicemix.tooling', module='servicemix-cxf-wsdl-first-osgi-bundle', version='2011.02')
)
<dependency org="org.apache.servicemix.tooling" name="servicemix-cxf-wsdl-first-osgi-bundle" rev="2011.02" />