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