GroupId | GroupIdorg.apache.servicemix.tooling |
---|---|
ArtifactId | ArtifactIdservicemix-cxf-se-service-unit |
Version | Version3.2.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.servicemix.tooling/servicemix-cxf-se-service-unit/ -->
<dependency>
<groupId>org.apache.servicemix.tooling</groupId>
<artifactId>servicemix-cxf-se-service-unit</artifactId>
<version>3.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.servicemix.tooling/servicemix-cxf-se-service-unit/
implementation 'org.apache.servicemix.tooling:servicemix-cxf-se-service-unit:3.2.2'
// https://jarcasting.com/artifacts/org.apache.servicemix.tooling/servicemix-cxf-se-service-unit/
implementation ("org.apache.servicemix.tooling:servicemix-cxf-se-service-unit:3.2.2")
'org.apache.servicemix.tooling:servicemix-cxf-se-service-unit:jar:3.2.2'
<dependency org="org.apache.servicemix.tooling" name="servicemix-cxf-se-service-unit" rev="3.2.2">
<artifact name="servicemix-cxf-se-service-unit" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.servicemix.tooling', module='servicemix-cxf-se-service-unit', version='3.2.2')
)
libraryDependencies += "org.apache.servicemix.tooling" % "servicemix-cxf-se-service-unit" % "3.2.2"
[org.apache.servicemix.tooling/servicemix-cxf-se-service-unit "3.2.2"]