GroupId | GroupIdorg.apache.camel.karaf |
---|---|
ArtifactId | ArtifactIdcamel-blueprint-cxf-test |
Version | Version3.4.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.camel.karaf/camel-blueprint-cxf-test/ -->
<dependency>
<groupId>org.apache.camel.karaf</groupId>
<artifactId>camel-blueprint-cxf-test</artifactId>
<version>3.4.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel.karaf/camel-blueprint-cxf-test/
implementation 'org.apache.camel.karaf:camel-blueprint-cxf-test:3.4.5'
// https://jarcasting.com/artifacts/org.apache.camel.karaf/camel-blueprint-cxf-test/
implementation ("org.apache.camel.karaf:camel-blueprint-cxf-test:3.4.5")
'org.apache.camel.karaf:camel-blueprint-cxf-test:jar:3.4.5'
<dependency org="org.apache.camel.karaf" name="camel-blueprint-cxf-test" rev="3.4.5">
<artifact name="camel-blueprint-cxf-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel.karaf', module='camel-blueprint-cxf-test', version='3.4.5')
)
libraryDependencies += "org.apache.camel.karaf" % "camel-blueprint-cxf-test" % "3.4.5"
[org.apache.camel.karaf/camel-blueprint-cxf-test "3.4.5"]